143 lines
5.9 KiB
Plaintext
143 lines
5.9 KiB
Plaintext
$Id: History,v 1.22 2001/06/06 09:20:25 gcosmo Exp $
|
|
-------------------------------------------------------------------
|
|
|
|
=========================================================
|
|
Geant4 - an Object-Oriented Toolkit for Simulation in HEP
|
|
=========================================================
|
|
|
|
Category History file
|
|
---------------------
|
|
This file should be used by G4 developers and category coordinators
|
|
to briefly summarize all major modifications introduced in the code
|
|
and keep track of all category-tags.
|
|
It DOES NOT substitute the CVS log-message one should put at every
|
|
committal in the CVS repository !
|
|
|
|
----------------------------------------------------------
|
|
* Reverse chronological order (last date on top), please *
|
|
----------------------------------------------------------
|
|
|
|
06.06.01 G.Cosmo - materials-V03-01-01
|
|
Explicitly initialise to zero values of G4DataVector used to create
|
|
sandia-matrix in method ComputeMatSandiaMatrix().
|
|
This fix clears warnings detected on HP-aCC.
|
|
Coworks with tag "global-V03-01-01".
|
|
|
|
18.05.01 G.Cosmo - materials-V03-01-00
|
|
Cleared pedantic warnings detected by Linux-g++ with ISO/ANSI setup.
|
|
|
|
03.05.01 M.Maire
|
|
precision(prec) at begin/end of operator<< Isotope,Element,Material
|
|
|
|
02.05.01 Marc+mma
|
|
protection added in G4Element::AddIsotope() against no coherent Z
|
|
|
|
03.04.01 M.Maire - materials-V03-00-07
|
|
removed warning to cerr in GetIsotope(name), GetElement(name),
|
|
and GetMaterial(name).
|
|
fnulcof added as data member in G4SandiaTable.
|
|
|
|
22.03.01 M.Maire - materials-V03-00-06
|
|
revision of destructor, copy constructor, assignement operator in
|
|
G4IonisParamElm, G4IonisParamMat, G4Isotope, G4Element, G4Material
|
|
|
|
22.02.01 M.Maire - materials-V03-00-05
|
|
G4SandiaTable : protection added in GetSandiaCofForMaterial(energy)
|
|
|
|
Feb 16, 01 M.Maire - materials-V03-00-04
|
|
G4SandiaTable : major bug in GetSandiaCofPerAtom (units!).
|
|
redesign of ComputeMatSandiaMatrix.
|
|
Include materials-V03-00-02
|
|
|
|
Feb 05, 01 G.Cosmo - materials-V03-00-03
|
|
STL migration for G4OrderedTable and G4DataVector.
|
|
Modified files: G4SandiaTable.cc.
|
|
NOTE: this tag does not include changes in materials-V03-00-02.
|
|
|
|
Jan 28, 01 M.Maire - materials-V03-00-02
|
|
new method G4Material::GetNuclearInterLength()
|
|
|
|
Jan 16, 01 V.Ivanchenko - materials-V03-00-01
|
|
IonisParamElm.cc : excitation potential is tabulated
|
|
according ICRU Report #37.
|
|
|
|
Jan 16, 01 L.Urban - materials-V03-00-00
|
|
bug fixed in IonisParamMat.cc : E100eV instead of E100keV
|
|
This bug affected the values of the density correction
|
|
parameters in the energy loss (dE/dx) computation,
|
|
its effect was quite big (~ 3-5 % error in dE/dx
|
|
in the energy range 1 MeV - 50 MeV !!!)
|
|
|
|
Nov 09, 00 V.Grichine - materials-V02-00-01
|
|
included test/ directory which was not tagged.
|
|
|
|
August 04, 00 V.Grichine - materials-V02-00-00
|
|
G4SandiaTable.cc: fixed initialization of pointers in
|
|
constructor and corrected deletion of fPhotoAbsorptionCof
|
|
in destructor.
|
|
|
|
June 15, 00 G.Cosmo - materials-V01-01-00
|
|
fixed usage of pow(double,double) in G4SandiaTable.
|
|
|
|
March 03, 00 M.Maire - materials-V01-00-00
|
|
const char* everywhere in G4MaterialPropertiesTable
|
|
|
|
Nov 16, 99 G.Cosmo - materials-V00-01-03
|
|
Removed useless inclusion of RW tphdict.h from
|
|
G4MaterialPropertiesTable.hh. This tag includes the global
|
|
migration RWT->G4RWT (still CVS headers are different on the HEAD).
|
|
|
|
Nov 09, 99 P.Gumpliger - materials-V00-01-02
|
|
changes to comments for Software Reference Manual in
|
|
G4MPVEntry.hh, G4MaterialPropertyVector.hh, G4OpticalSurface.hh.
|
|
Migrated G4MaterialPropertiesTable from RW dictionary to STL map.
|
|
|
|
July 28, 99 M.Maire - materials-V00-01-00
|
|
new G4Material constructor with chemical formula
|
|
|
|
August 13, 98 M.Maire - materials-00-02-01
|
|
new static method G4Material::GetMaterial(name)
|
|
|
|
July 17, 98 M.Maire - materials-00-01-04
|
|
correction in ComputeDensityCorrection() for gas
|
|
(G4IonisParamMat.cc)
|
|
|
|
July 10, 98 M.Maire - materials-00-01-03
|
|
Ionisation parameters put in a subclass
|
|
coworks with em-00-01-03
|
|
|
|
July 8, 98 M.Maire - materials-00-01-02
|
|
restored G4MaterialTable, ElementTable, ElementVector
|
|
to be compatible with pre-beta01-02
|
|
|
|
July 7, 98 M.Maire - materials-00-01-01
|
|
continue cleanup: Elements and Materials
|
|
new output formats: operator<< overloaded
|
|
|
|
June 30, 98 M.Maire - materials-00-07-01
|
|
new method AddMaterial() for mixture of mixtures.
|
|
start the cleanup of the category. G4Isotope done.
|
|
G4IsotopeTable typedef directly include in G4Isotope.hh
|
|
G4MaterialTest.cc illustrate all possible case to
|
|
define materials.
|
|
|
|
|
|
June 06, 98 M.Maire - materials-00-06-01
|
|
new G4AtomicShells class (Vladimir)
|
|
kState = kVacuum removed (minimal lower density set
|
|
by default)
|
|
|
|
April 17, 98 M.Maire - materials-00-05-01
|
|
|
|
April 08, 98 G.Cosmo
|
|
- Added fixes for DEC-cxx 6.0 compiler, related to for-loop index
|
|
declarations. Modified G4SandiaTable.cc.
|
|
|
|
March 5, 98 M.Maire - materials-00-04-01
|
|
|
|
January 29, 98 M.Maire - materials-00-03-01
|
|
|
|
December 19, 97 G.Cosmo - (alpha03)
|
|
- Created.
|
|
|