22 #ifndef _G_REWEIGHT_H_ 23 #define _G_REWEIGHT_H_
#include "Numerical/GSFunc.h"
void Reconfigure(void)
reconfigure weight calculators with new params
GReWeightI * WghtCalc(string name)
access a weight calculator by name
map< string, GReWeightI * > fWghtCalc
concrete weight calculators
void AdoptWghtCalc(string name, GReWeightI *wcalc)
add concrete weight calculator, transfers ownership
GSystSet fSystSet
set of enabled nuisance parameters
Generated Event Record. It is a GHepRecord object that can accept / be visited by EventRecordVisitorI...
double CalcWeight(const genie::EventRecord &event)
calculate weight for input event
GSystSet & Systematics(void)
set of enabled systematic params & values
Set of systematics to be considered by the reweighting package.
Interface to the GENIE event reweighting engines.
Event finding and building.
GENIE event reweighting engine ABC.