Warning, /geant4/examples/extended/medical/dna/dnadamage2/init_vis.in is written in an unsupported language. File is not indexed.
0001 # Set Number of Threads
0002 /run/numberOfThreads 1
0003
0004 # Set electron solvation process: "Meesungnoen2002", "Ritchie1994", "Terrisol1990"
0005 /process/dna/e-SolvationSubType Ritchie1994
0006
0007 # Chemistry Scavenger Settings
0008 /chem/scavenger/DMSO 5e-4
0009 /chem/scavenger/Oxygen 0.27e-3
0010
0011 # Register Physics and Chemistries
0012 /physics/SetPhysics G4EmDNAPhysics_option4
0013 /physics/SetChemistry G4EmDNAChemistry_ForPlasmids
0014
0015 # Plasmid DNA Settings (Befor Initialize)
0016 /det/PlasmidFile pUC19.xyz
0017 /det/OffSetFile PlasmidOffsets.txt
0018 /det/UseDNAVolumes True
0019 /det/NbOfPlasmids 1
0020
0021 /run/initialize
0022
0023 # World Size Settings
0024 /det/setSize 1 um
0025
0026 # Spectrum source settings
0027 /fpGun/SourceFile CaesiumSource.src
0028
0029 # Number of primaries per event
0030 # Correlates with Dose per Event.
0031 /fpGun/PrimariesPerEvent 1
0032
0033 # Chemistry Scheduler Settings
0034 /scheduler/endTime 100 microsecond
0035 /scorer/species/nOfTimeBins 100
0036 /scorer/species/addTimeToRecord 1 microsecond
0037 /scorer/species/addTimeToRecord 10 microsecond
0038
0039 # GValues: Output Options
0040 /scorer/species/OutputFile SpeciesInfo
0041 /scorer/species/OutputFormat ASCII
0042
0043 # SB: Output Options
0044 /scorer/StrandBreak/OutputFile StrandBreakInfo
0045 /scorer/StrandBreak/OutputFormat ASCII
0046 /scorer/StrandBreak/BreakEnergy 17.5 eV
0047
0048 # Verbose Settings
0049 /tracking/verbose 0
0050 /scheduler/verbose 0
0051
0052 # Print Chemistry
0053 /chem/reaction/print
0054
0055 /control/execute vis.in
0056
0057 # Run
0058 /run/printProgress 1
0059 /run/beamOn 0