This a macro file in brachytherapy example FlexiSourceMacro.mac
Could any one explain the the energy deposition in the voxels like
1.if the energy deposited is merged one that we will get?
2.in the .out file there the values are getting like x(mm) y(mm) z(mm) edep this x,y,z are detector positions ?
3.and also when i run this macro with same beamon multiple times i am getting same values it should be random or slight difference because the deacy will be random ?
/control/verbose 1
/tracking/verbose 0
/run/verbose 0
/event/verbose 0
# Set a very high time threshold to allow all decays to happen
/process/had/rdm/thresholdForVeryLongDecayTime 1.0e+60 year
#### Define the geometry of the Flexi source
/source/switch Flexi
###### Generation of primary field
#### Generate gamma deriving from radioactive decay
/control/execute TG186_iridium_decay.mac
# Scoring mesh is used to calculate
# the energy deposition in the phantom
/score/create/boxMesh boxMesh_4
#
# the voxels are 0.25 mm wide.
/score/mesh/boxSize 10.0125 10.0125 0.0125 cm
/score/mesh/nBin 801 801 1
/score/quantity/energyDeposit eDep
#
/score/close
#
/score/list
/run/beamOn 500000
#
# Dump scores to a file
#
/score/dumpQuantityToFile boxMesh_4 eDep EnergyDeposition_Flexi.out
#