We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some calculations in CVUniverse use parameters that are currently hardwired. Suggest coding a way to set them analogous to the way we set.
Main program PlotUtils::MinervaUniverse::SetAnalysisNuPDG(config["pdg"])
In MinervaUniverse: PlotUtils/MinervaUniverse.h: static int GetAnalysisNuPDG(); PlotUtils/MinervaUniverse.h: static bool SetAnalysisNuPDG(int nu_pdg);
Look at the logic for setting and getting pdg (or other variables) and use those to set a paraemter you want.
The text was updated successfully, but these errors were encountered:
hschellman
smgilligan
No branches or pull requests
Some calculations in CVUniverse use parameters that are currently hardwired.
Suggest coding a way to set them analogous to the way we set.
Main program
PlotUtils::MinervaUniverse::SetAnalysisNuPDG(config["pdg"])
In MinervaUniverse:
PlotUtils/MinervaUniverse.h: static int GetAnalysisNuPDG();
PlotUtils/MinervaUniverse.h: static bool SetAnalysisNuPDG(int nu_pdg);
Look at the logic for setting and getting pdg (or other variables) and use those to set a paraemter you want.
The text was updated successfully, but these errors were encountered: