Skip to content

Commit

Permalink
run macro to store score+output0.root
Browse files Browse the repository at this point in the history
  • Loading branch information
cdesio committed Nov 14, 2022
1 parent 1852644 commit 0acdad1
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions run.mac
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
/run/initialize
/detector/isTat true
/detector/n_div_Theta 8
/detector/n_div_R 8
/detector/n_div_Theta 6
/detector/n_div_R 4
/detector/n_div_Z 1
/run/reinitializeGeometry

/gun/particle ion
/gun/ion 85 211

/score/create/cylinderMesh logicTaTDetector
/score/mesh/cylinderSize 110 20 um # R halflength
/score/mesh/nBin 20 1 20

/score/quantity/energyDeposit eDep MeV
#/score/filter/particle alphafilter alpha
/score/quantity/doseDeposit dose Gy
#/score/filter/particle alphafilter alpha

/run/beamOn 1000
/score/dumpAllQuantitiesToFile logicTaTDetector score_20_1_20_edep_dose_all.txt

0 comments on commit 0acdad1

Please sign in to comment.