MinervaExpt / CCQENu

A port of the CCQENu package from the MINERvA offline software framework to Ben's New Systematics Framework
1 stars 3 forks source link

In systematics.h #61

Open hschellman opened 1 year ago

hschellman commented 1 year 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); //