dbarrow257 / NuOscillator

3 stars 2 forks source link

Cleanup: Tidy Exe #25

Closed KSkwarczynski closed 1 month ago

KSkwarczynski commented 2 months 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

dbarrow257 commented 1 month ago

Solved with https://github.com/dbarrow257/NuOscillator/pull/41