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
Make certain that the config is set right and if possible make it explicit what the falses are in
GetResponseSystematics(typename T::config_t chain, int sigma, bool NEUTRON=false, bool use_new_part_resp = false, bool PROTON = false)
suggest in systematics.h
bool NEUTRON=false ; bool PROTON=false; bool use_new_part_resp = false;
UniverseMap response_systematics = PlotUtils::GetResponseSystematicsMap(chain,NEUTRON, use_new_part_resp, PROTON); //
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Make certain that the config is set right and if possible make it explicit what the falses are in
GetResponseSystematics(typename T::config_t chain, int sigma,
bool NEUTRON=false, bool use_new_part_resp = false, bool PROTON = false)
suggest in systematics.h
bool NEUTRON=false ;
bool PROTON=false;
bool use_new_part_resp = false;
UniverseMap response_systematics = PlotUtils::GetResponseSystematicsMap(chain,NEUTRON, use_new_part_resp, PROTON); //
The text was updated successfully, but these errors were encountered: