19     if(aa.
Proc.find(
"Inelastic")<100){
 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...
 
virtual bool canReweight(const InteractionData &aa)
can the particular instance of this class reweight this interaction? 
 
double getParameterValue(const std::string &name) const 
get the value of a parameter. throw an exception of a well defined type if we don't have it ...
 
The information about a hadronic interaction needed to calculate weights. 
 
std::string Proc
Interaction process. 
 
OtherReweighter(int iuniv, const ParameterTable &cv_pars, const ParameterTable &univ_pars)
 
const ParameterTable & univPars
 
virtual ~OtherReweighter()