78 std::list<std::pair<RooPlot*, std::string> >
_regPlots ;
79 std::list<std::pair<RooFitResult*, std::string> >
_regResults ;
80 std::list<std::pair<Double_t, std::string> >
_regValues ;
81 std::list<std::pair<RooTable*,std::string> >
_regTables ;
82 std::list<std::pair<RooWorkspace*,std::string> >
_regWS ;
83 std::list<std::pair<TH1*,std::string> >
_regTH ;
void setDebug(Bool_t flag)
void regWS(RooWorkspace *ws, const char *refName)
std::list< std::pair< RooFitResult *, std::string > > _regResults
std::list< std::pair< RooWorkspace *, std::string > > _regWS
A ROOT file is a suite of consecutive data records (TKey instances) with a well defined format...
Bool_t areTHidentical(TH1 *htest, TH1 *href)
RooUnit test is an abstract base class for unit regression tests for RooFit and RooStats tests perfor...
#define ClassDef(name, id)
The TNamed class is the base class for all named ROOT classes.
RooUnitTest(const char *name, TFile *refFile, Bool_t writeRef, Int_t verbose)
static TDirectory * gMemDir
RooWorkspace * getWS(const char *refName)
static void setMemDir(TDirectory *memDir)
Set gMemDir to memDir.
virtual Bool_t isTestAvailable()
std::list< std::pair< TH1 *, std::string > > _regTH
void regValue(Double_t value, const char *refName)
virtual Bool_t testCode()=0
A RooPlot is a plot frame and a container for graphics objects within that frame. ...
void regPlot(RooPlot *frame, const char *refName)
std::list< std::pair< RooTable *, std::string > > _regTables
void regTable(RooTable *t, const char *refName)
Describe directory structure in memory.
you should not use this method at all Int_t Int_t Double_t Double_t Double_t e
std::list< std::pair< Double_t, std::string > > _regValues
std::list< std::pair< RooPlot *, std::string > > _regPlots
RooTable is the abstract interface for table objects.
void regTH(TH1 *h, const char *refName)
The RooWorkspace is a persistable container for RooFit projects.
void regResult(RooFitResult *r, const char *refName)