Back to home page

EIC code displayed by LXR

 
 

    


Warning, /geant4/examples/extended/medical/dna/dnadamage2/dnadamage2.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 Meesungnoen2002
0006 
0007 # Chemistry Scavenger Cocentrations
0008 # Units are assumed to be mol/dm3 (M)
0009 /chem/scavenger/DMSO   5e-4
0010 /chem/scavenger/Oxygen 0.27e-3
0011 
0012 # Register Physics and Chemistries
0013 /physics/SetPhysics   G4EmDNAPhysics_option2
0014 /physics/SetChemistry G4EmDNAChemistryForPlasmids
0015 
0016 # Plasmid DNA Settings (Befor Initialize)
0017 /det/PlasmidFile  pUC19.xyz
0018 /det/OffSetFile   PlasmidOffsets.txt
0019 /det/UseDNAVolumes True
0020 /det/NbOfPlasmids 1
0021 
0022 /run/initialize
0023 
0024 # World Size Settings
0025 /det/setSize 1 um
0026 
0027 # Spectrum source settings
0028 /fpGun/SourceFile CaesiumSource.src
0029 
0030 # Number of primaries per event 
0031 # Correlates with accumulated dose.
0032 /fpGun/PrimariesPerEvent 145
0033 
0034 # Chemistry Scheduler Settings
0035 /scheduler/endTime 100 microsecond
0036 /scorer/species/nOfTimeBins 100
0037 /scorer/species/addTimeToRecord 1 microsecond
0038 /scorer/species/addTimeToRecord 10 microsecond
0039 
0040 # GValues: Output Options
0041 /scorer/species/OutputFile SpeciesInfo
0042 /scorer/species/OutputFormat ASCII 
0043 
0044 # SB: Output Options
0045 /scorer/StrandBreak/OutputFile StrandBreakInfo
0046 /scorer/StrandBreak/OutputFormat ASCII
0047 /scorer/StrandBreak/BreakEnergy 17.5 eV
0048 
0049 # Verbose Settings
0050 /tracking/verbose 0
0051 /scheduler/verbose 0
0052 
0053 # Print Chemistry
0054 /chem/reaction/print
0055 
0056 # Run
0057 /run/printProgress 10
0058 /run/beamOn 10
0059