GENIE-MC / Reweight

The GENIE Reweight product includes a collection of tools for propagating model uncertainties.
3 stars 19 forks source link

PROFRW - Refactor AppliesTo interface to take const EventRecord & #24

Closed karuboniru closed 10 months ago

karuboniru commented 11 months ago

Change genie::rew::GReWeightI::AppliesTo from genie::rew::GReWeightI::AppliesTo(ScatteringType_t type, bool is_cc) to genie::rew::GReWeightI::AppliesTo(const EventRecord &)

This will be beneficial to doing reweight based on information other than ScatteringType_t, e.g. by final state topology.