Warning, /geant4/examples/advanced/gammaknife/simulation.mac is written in an unsupported language. File is not indexed.
0001 #----------------------------------------------------------------------------
0002 #
0003 # MACRO FOR THE GAMMAKNIFE APPLICATION.
0004 #
0005 # THIS MACRO SIMPLY PERMIT TO RUN A SIMULATION
0006 # WITHOUT THE VISUALISATION
0007 #
0008 #
0009 # USERS SHOULD GIVE A LOOK TO THE HELP OF THE IDLE TO KNOW
0010 # THE ACTIVATED MESSSENGERS FOR THE GEOMETRY
0011 #
0012 # --------------------------------------------------------------------------------
0013
0014
0015 /control/verbose 1
0016 /tracking/verbose 0
0017 /run/verbose 1
0018 /event/verbose 0
0019
0020
0021 /control/execute GPS.in # Defaults for the GeneralParticleSource
0022
0023
0024 /score/create/boxMesh boxMesh_1
0025 /score/mesh/boxSize 22.5 22.5 22.5 mm
0026 /score/mesh/rotate/rotateX 360 deg # Note: Hack to enable rotation (as of 10.3)
0027 /score/mesh/nBin 45 45 45
0028 /score/quantity/energyDeposit eDep
0029 /score/close
0030 /score/list
0031
0032 /run/initialize
0033
0034 # If you use radioactive decay, then uncomment the following UI command,
0035 # in order to set a very high time threshold to allow all decays to happen
0036 #/process/had/rdm/thresholdForVeryLongDecayTime 1.0e+60 year
0037
0038 /run/setCut 0.1 mm
0039
0040 # To change the number of threads in multi-threading mode
0041 #/run/numberOfThreads <nThread>
0042
0043 /calorimeter/helmetSize 14
0044
0045 /gammaknife/loadAngles MachineAngle.in
0046 /gammaknife/beamOn 10
0047 /score/dumpQuantityToFile boxMesh_1 eDep eDep_scorer.out