Import Geant4 6.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 10:56:29 +02:00
parent 1d812b78b1
commit e083ffb441
1415 changed files with 111223 additions and 21207 deletions
+15 -1
View File
@@ -1,8 +1,22 @@
$Id: History,v 1.53 2003/10/03 14:31:40 gcosmo Exp $
$Id: History,v 1.56 2004/06/17 14:27:32 gcosmo Exp $
G3toG4 Modification History (reverse chronological order, please !)
--------------------------------------------------------------------
g3tog4-V06-01-02 17-Jun-2004 G.Cosmo
- GNUmakefile: added definition of GLOBLIBS.
g3tog4-V06-01-01 03-May-2004 G.Cosmo
- G4gsrotm.cc: commented warning about left-handled coordinates for
rotation axes (I.Hrivnacova).
g3tog4-V06-01-00 26-Mar-2004 G.Cosmo
- Removed hardwired gSeparator constant (a character which is used
during generation of volume names) to '_'. Now gSeparator is made non
constant and so can be changed in case a user wants to use '_' in his
code (I.Hrivnacova).
Modified files: G3toG4.hh, clparse.cc.
g3tog4-V05-02-00 03-Oct-2003 G.Cosmo
- GNUmakefile:
o replaced "digits+hits" with "digits_hits".