2 #ifndef OTHERTREWEIGHTER_H 3 #define OTHERTREWEIGHTER_H 10 #pragma clang diagnostic push 11 #pragma clang diagnostic ignored "-Wunused-private-field" 37 #pragma clang diagnostic pop A list/table of parameter names and values.
virtual double calculateWeight(const InteractionData &inter_data)
calculate a weight for this interaction given the central value parameters and the parameters for thi...
const ParameterTable & cvPars
Reweighter of no thin target and no MIPP interactions.
virtual bool canReweight(const InteractionData &aa)
can the particular instance of this class reweight this interaction?
The information about a hadronic interaction needed to calculate weights.
OtherReweighter(int iuniv, const ParameterTable &cv_pars, const ParameterTable &univ_pars)
const ParameterTable & univPars
virtual ~OtherReweighter()