Geant4 Cross Reference |
1 # examplePar03.in 1 # examplePar03.in 2 # 2 # 3 3 4 # setup detector dimensions 4 # setup detector dimensions 5 /Par03/detector/setDetectorRadius 10 cm 5 /Par03/detector/setDetectorRadius 10 cm 6 /Par03/detector/setDetectorLength 30 cm 6 /Par03/detector/setDetectorLength 30 cm 7 /Par03/detector/setDetectorMaterial G4_Pb 7 /Par03/detector/setDetectorMaterial G4_Pb 8 /Par03/detector/setNbOfLayers 100 8 /Par03/detector/setNbOfLayers 100 9 /Par03/detector/setNbOfPhiCells 20 9 /Par03/detector/setNbOfPhiCells 20 10 /Par03/detector/setNbOfRhoCells 100 10 /Par03/detector/setNbOfRhoCells 100 11 /Par03/detector/print 11 /Par03/detector/print 12 12 13 # initialize 13 # initialize 14 /run/initialize 14 /run/initialize 15 15 16 /gun/energy 10 GeV 16 /gun/energy 10 GeV 17 /gun/position 0 0 0 17 /gun/position 0 0 0 18 18 19 # run 100 events with parametrised simulation 19 # run 100 events with parametrised simulation 20 # by default all created models are active 20 # by default all created models are active 21 #/param/ActivateModel model 21 #/param/ActivateModel model 22 /analysis/setFileName Par03_fastsim_100events. 22 /analysis/setFileName Par03_fastsim_100events.root 23 /run/beamOn 100 23 /run/beamOn 100 24 24 25 # run 100 events with modified parametrisation 25 # run 100 events with modified parametrisation 26 /Par03/fastSim/print 26 /Par03/fastSim/print 27 /Par03/fastSim/transverseProfile/sigma 20 mm 27 /Par03/fastSim/transverseProfile/sigma 20 mm 28 /Par03/fastSim/longitudinalProfile/beta 0.6 28 /Par03/fastSim/longitudinalProfile/beta 0.6 29 /Par03/fastSim/longitudinalProfile/alpha 2. 29 /Par03/fastSim/longitudinalProfile/alpha 2. 30 /Par03/fastSim/longitudinalProfile/maxDepth 20 30 /Par03/fastSim/longitudinalProfile/maxDepth 20 31 /Par03/fastSim/numberOfHits 500 31 /Par03/fastSim/numberOfHits 500 32 /analysis/setFileName Par03_fastsimModified_10 32 /analysis/setFileName Par03_fastsimModified_100events.root 33 /run/beamOn 100 33 /run/beamOn 100 34 34 35 # run 100 events with full (detailed) simulati 35 # run 100 events with full (detailed) simulation 36 /param/InActivateModel model 36 /param/InActivateModel model 37 /analysis/setFileName Par03_fullsim_100events. 37 /analysis/setFileName Par03_fullsim_100events.root 38 /run/beamOn 100 38 /run/beamOn 100