Open hschellman opened 2 years ago
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); //
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); //