Geant4 Cross Reference |
1 # MT mode 2 /run/numberOfThreads 8 3 # 4 # Sphere material 5 /mfp/det/setMat G4_WATER 6 # 7 # Sphere radius 8 /mfp/det/setRadius 10 m 9 # 10 # Physics constructor 11 #/mfp/phys/addPhysics G4EmDNAPhysics 12 /mfp/phys/addPhysics G4EmDNAPhysics_option2 13 #/mfp/phys/addPhysics G4EmDNAPhysics_option4 14 #/mfp/phys/addPhysics G4EmDNAPhysics_option6 15 # 16 # Run initialization 17 /run/initialize 18 # 19 # Run progress 20 #/run/printProgress 10000 21 # 22 # Tracking verbosity 23 /tracking/verbose 0 24 # 25 # Definition of histogramps 26 /analysis/h1/set 1 100 0. 1.1 keV #energy of p 27 /analysis/h1/set 2 100 -1.1 +1.1 none #costeta 28 /analysis/h1/set 3 100 0. 1.1 keV #energy of c 29 /analysis/h1/set 4 100 -1.1 +1.1 none #costeta 30 /analysis/h1/set 5 100 0. 1.1 keV #energy of n 31 /analysis/h1/set 6 100 -1.1 +1.1 none #costeta 32 # 33 # Primary particle type 34 /gun/particle e- 35 # 36 # Inactivation of some processes (if needed) 37 #/process/inactivate e-_G4DNAExcitation 38 #/process/inactivate e-_G4DNAIonisation 39 #/process/inactivate e-_G4DNAElastic 40 /process/inactivate e-_G4DNAVibExcitation 41 /process/inactivate e-_G4DNAAttachment 42 # 43 # Primary particle energy 44 /gun/energy 1 keV 45 # 46 # Beam on 47 /run/beamOn 10000000