#ifndef ROO_CHI2_MCS_MODULE
#define ROO_CHI2_MCS_MODULE
#include "RooAbsMCStudyModule.h"
#include <string>
class RooChi2MCSModule : public RooAbsMCStudyModule {
public:
RooChi2MCSModule() ;
RooChi2MCSModule(const RooChi2MCSModule& other) ;
virtual ~RooChi2MCSModule() ;
Bool_t initializeInstance() ;
Bool_t initializeRun(Int_t ) ;
RooDataSet* finalizeRun() ;
Bool_t processAfterFit(Int_t ) ;
private:
RooDataSet* _data ;
RooRealVar* _chi2 ;
RooRealVar* _ndof ;
RooRealVar* _chi2red ;
RooRealVar* _prob ;
ClassDef(RooChi2MCSModule,0)
} ;
#endif
Last change: Mon Aug 25 11:36:17 2008
Last generated: 2008-08-25 11:36
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.