Import Geant4 1.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 15:28:20 +02:00
parent aaa409b6ee
commit ca1c8cb059
2995 changed files with 106830 additions and 299600 deletions
@@ -0,0 +1,27 @@
testem3.cra is the geant3 equivalent of TestEm3
% cd geant3
% gmakeB to make an executable (Batch version)
% gmakeT to make an executable (inTeractive version)
To execute:
% cd geant3
% $G4SYSTEM/testem3.xb (for batch) or testem1.xt (for interactive)
The program will ask:
G3 > gives the filename of the data cards to be read:
run01.dat (runNN.dat is the equivalent of the G4 runNN.mac)
testem3 produce an Ntuple which is saved as testem3.ntupl if ISWIT(2)=1
Content of this Ntuple:
EAbs0 = energy deposit in absorber(0) per event
LAbs0 = charged track length in absorber(0) per event
..........
EAbsN = energy deposit in absorber(N) per event
LAbsN = charged track length in absorber(N) per event