Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/extended/analysis/AnaEx01/AnaEx01.in is written in an unsupported language. File is not indexed.

0001 #
0002 # Macro file for the test of AnaEx01 example
0003 #
0004 
0005 #/run/numberOfThreads 2
0006 
0007 # reduce output in MT
0008 /control/cout/ignoreThreadsExcept 0
0009 
0010 # initialize
0011 /run/initialize
0012 
0013 # set file type via parameter passed from calling macro
0014 # or use the default value "root" set in main
0015 /analysis/setDefaultFileType {defaultFileType}
0016 
0017 # Test commands defined in this example
0018 /control/verbose 2
0019 #
0020 /det/setAbsMat G4_Al
0021 /det/setGapMat G4_Air
0022 /det/setAbsThick 20. mm
0023 /det/setGapThick 10. mm
0024 /det/setSizeYZ 30. mm
0025 /det/setNbOfLayers 20
0026 #
0027 /run/beamOn 1
0028 
0029 # e- 500MeV
0030 /gun/particle e-
0031 /gun/energy 500 MeV
0032 /run/beamOn 1000