Files
2022-12-09 14:43:28 +01:00

33 lines
593 B
Plaintext

#
# Macro file for the test of AnaEx01 example
#
#/run/numberOfThreads 2
# reduce output in MT
/control/cout/ignoreThreadsExcept 0
# initialize
/run/initialize
# set file type via parameter passed from calling macro
# or use the default value "root" set in main
/analysis/setDefaultFileType {defaultFileType}
# Test commands defined in this example
/control/verbose 2
#
/det/setAbsMat G4_Al
/det/setGapMat G4_Air
/det/setAbsThick 20. mm
/det/setGapThick 10. mm
/det/setSizeYZ 30. mm
/det/setNbOfLayers 20
#
/run/beamOn 1
# e- 500MeV
/gun/particle e-
/gun/energy 500 MeV
/run/beamOn 1000