Import Geant4 2.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 15:42:07 +02:00
parent 103bda00c8
commit e7d7193284
3106 changed files with 171117 additions and 90550 deletions
+19 -1
View File
@@ -1,4 +1,4 @@
$Id: History,v 1.5.4.1 1999/11/11 14:31:32 gunter Exp $
$Id: History,v 1.9 2000/06/15 17:38:13 gcosmo Exp $
-------------------------------------------------------------------
=========================================================
@@ -17,6 +17,24 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
Jun 15, 2000 G. Cosmo - param-V01-01-04
- The tag coworks with global-V01-01-04 and materials-V01-01-00:
o Fixed usage of G4complex type for ISO and non-ISO compilers.
Affected files: G4FoamXrayTRmodel.cc, G4GamDistrXrayTRmodel.cc, G4PlateIrrGasXrayTRmodel.cc
and G4RegularXrayTRmodel.cc.
In case of G4complex types passed to mathematical functions, use G4std:: prefix.
o Fixed usage of G4Integrator class, now changed to templated to allow porting of the
code on SUN-CC compiler which does not implement templated member functions.
Affected files: G4VXrayTRmodel[.hh.cc]
Jun 6, 2000 M. Verderi & P. Mora de Freitas
- fixed compilation errors with HP-aCC for the files G4RegularXrayTRmodel.cc,
G4GamDistrXrayTRmodel.cc and G4FoamXrayTRmodel.cc.
May 30, 2000 M. Verderi & P. Mora de Freitas
- parameterisation category is now RW free.
September 16, 1999 M. Verderi & P. Mora de Freitas
- Fixed bug in G4FastStep::CheckIt() method.