Warning, /geant4/examples/extended/medical/dna/spower/secondary.in is written in an unsupported language. File is not indexed.
0001 # MT mode
0002 /run/numberOfThreads 8
0003 #
0004 # Verbosity
0005 /control/cout/ignoreThreadsExcept 0
0006 /control/verbose 1
0007 /run/verbose 1
0008 /tracking/verbose 0
0009 #
0010 # Set material
0011 /spower/det/setMat G4_WATER
0012 #
0013 # Set sphere radius
0014 /spower/det/setRadius 1 m
0015 #
0016 # Set physics constructor
0017 #/spower/phys/addPhysics dna_stat
0018 /spower/phys/addPhysics dna_stat_opt2
0019 #/spower/phys/addPhysics dna_stat_opt4
0020 #/spower/phys/addPhysics dna_stat_opt6
0021 #
0022 # Run initialization
0023 /run/initialize
0024 #
0025 ####################################################
0026 # ACTIVATE ROOT OUTPUT FILE CREATION FOR NTUPLE id=0
0027 /analysis/ntuple/setActivation 0 true
0028 ####################################################
0029 #
0030 # Incident particle type
0031 /gun/particle proton
0032 #### Example of ion
0033 #/gun/particle ion
0034 #/gun/ion 3 7
0035 #
0036 ############################################
0037 # PROTON CASE: ACTIVATION OF IONISATION ONLY
0038 #
0039 /process/inactivate proton_G4DNAElastic
0040 /process/inactivate proton_G4DNAExcitation
0041 /process/inactivate proton_G4DNAChargeDecrease
0042 #
0043 /process/inactivate e-_G4DNAElectronSolvation
0044 /process/inactivate e-_G4DNAElastic
0045 /process/inactivate e-_G4DNAExcitation
0046 /process/inactivate e-_G4DNAIonisation
0047 /process/inactivate e-_G4DNAAttachment
0048 /process/inactivate e-_G4DNAVibExcitation
0049 ############################################
0050 #
0051 # Incident particle energy
0052 /gun/energy 100 keV
0053 #
0054 # Beam on
0055 /run/beamOn 100