Skip to content

catima_calculator can have energy steps less than 1 MeV/u#98

Open
jmodonnell62 wants to merge 1 commit intohrosiak:masterfrom
jmodonnell62:catima_calculator_double_eStep
Open

catima_calculator can have energy steps less than 1 MeV/u#98
jmodonnell62 wants to merge 1 commit intohrosiak:masterfrom
jmodonnell62:catima_calculator_double_eStep

Conversation

@jmodonnell62
Copy link

catima_calculator energy step is extracted using get<int>, but there's no reason to restrict energy steps to multiples of 1MeV/u - they could reasonably be smaller, or be larger and non-integer using get<double>. e.g.
"energy": { "min": 50, "max": 1000, "step": 2.5 }
or
"energy":{"min": 0.1, "max":50, "step": 0.1 }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant