Closed KSkwarczynski closed 1 month ago
In exe there is plenty of copy pasting stuff like this
std::vector OscParams_Beam_wYe(9); or ConfigNames.push_back("./Configs/Binned_NuFASTLinear.yaml");
this could be moved to constant.h or other place to help with maintanance
Solved with https://github.com/dbarrow257/NuOscillator/pull/41
In exe there is plenty of copy pasting stuff like this
std::vector OscParams_Beam_wYe(9);
or
ConfigNames.push_back("./Configs/Binned_NuFASTLinear.yaml");
this could be moved to constant.h or other place to help with maintanance