-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
run macro to store score+output0.root
- Loading branch information
Showing
1 changed file
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |