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