17 #ifndef ROO_CHI2_MCS_MODULE 18 #define ROO_CHI2_MCS_MODULE Bool_t initializeInstance()
Initialize module after attachment to RooMCStudy object.
RooAbsMCStudyModule is a base class for add-on modules to RooMCStudy that can perform additional calc...
Bool_t initializeRun(Int_t)
Initialize module at beginning of RooCMStudy run.
#define ClassDef(name, id)
Bool_t processAfterFit(Int_t)
Bin dataset and calculate chi2 of p.d.f w.r.t binned dataset.
RooRealVar represents a fundamental (non-derived) real valued object.
RooChi2MCSModule is an add-on modules to RooMCStudy that calculates the chi-squared of fitted p...
RooDataSet is a container class to hold unbinned data.
RooDataSet * finalizeRun()
Return auxiliary dataset with results of chi2 analysis calculations of this module so that it is merg...
virtual ~RooChi2MCSModule()
Destructor.