APTG / 2022_DCPT_LET

MC particle transport simulations for the 2022 LET-measurements at DCPT
7 stars 0 forks source link

Fix Z bins for SHIELD-HIT12A scorers #73

Open grzanka opened 7 months ago

grzanka commented 7 months ago

In the input files for plan2 (SHIELD-HIT12A) we see 200 bins over the range from -2.25 to 19.5 cm (in total 19.75cm). https://github.com/APTG/2022_DCPT_LET/blob/a43034bb97f0cae4cfe9d41c6b4c03aed31bf22f/data/sh12a/input/plan_2/detect.dat#L19

Would be better to have exactly 1mm bins, as in plan1: https://github.com/APTG/2022_DCPT_LET/blob/a43034bb97f0cae4cfe9d41c6b4c03aed31bf22f/data/sh12a/input/plan_1b/detect.dat#L19

That can be obtained by taking following code:

 Z  -2.25 18.25  205 

@nbassler what do you think ?