# This is an SimG4 / Geant4 macro # This macro is used to create a sample of 0.5-1GeV muons, # starting in FGD1 and fired sideways into the tracker ECAL. /t2k/control baseline 1.0 /t2k/random/randomSeed 11396 /t2k/random/showRandomSeed /t2k/update /tracking/verbose 0 /gps/verbose 0 /gps/particle mu- /gps/ene/type Lin /gps/ene/min 0.5 GeV /gps/ene/max 1.0 GeV /gps/ene/gradient 0 /gps/ene/intercept 1 /gps/position -60.0 0.0 20.0 cm /gps/pos/type Plane /gps/pos/shape Square /gps/pos/halfx 15 cm /gps/pos/halfy 15 cm /gps/pos/halfz 15 cm /gps/ang/type iso /gps/ang/mintheta 70 deg /gps/ang/maxtheta 110 deg /gps/ang/minphi -20 deg /gps/ang/maxphi 20 deg # Run for 100 events /run/beamOn 100