13 const std::vector<float>& weights = it->second->GetWeight(e, inu);
14 std::string wname = it->first +
"_" + it->second->GetType();
15 mcwgh.insert({ wname, weights });
std::map< std::string, std::vector< float > > EventWeightMap
Container for event-level weights.
std::map< std::string, WeightCalc * > fWeightCalcMap
A set of custom weight calculators.
EventWeightMap Run(art::Event &e, const int inu)