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