#include <CombDataSetFactory.h>
Public Member Functions | |
void | addSetAny (const char *label, RooDataSet *set) |
void | addSetAny (const char *label, RooDataHist *set) |
void | addSetBin (const char *label, RooDataHist *set) |
CombDataSetFactory () | |
CombDataSetFactory (const RooArgSet &vars, RooCategory &cat) | |
RooDataHist * | done (const char *name, const char *title) |
RooDataSet * | doneUnbinned (const char *name, const char *title) |
~CombDataSetFactory () | |
Public Attributes | |
ClassDef(CombDataSetFactory, 1) private RooCategory * | cat_ |
std::map< std::string, RooDataHist * > | map_ |
std::map< std::string, RooDataSet * > | mapUB_ |
RooRealVar * | weight_ |
Definition at line 20 of file CombDataSetFactory.h.
|
inline |
Definition at line 23 of file CombDataSetFactory.h.
CombDataSetFactory::CombDataSetFactory | ( | const RooArgSet & | vars, |
RooCategory & | cat | ||
) |
Definition at line 6 of file CombDataSetFactory.cc.
CombDataSetFactory::~CombDataSetFactory | ( | ) |
Definition at line 12 of file CombDataSetFactory.cc.
void CombDataSetFactory::addSetAny | ( | const char * | label, |
RooDataSet * | set | ||
) |
Definition at line 29 of file CombDataSetFactory.cc.
References diffTwoXMLs::label, mapUB_, and runtimedef::set().
void CombDataSetFactory::addSetAny | ( | const char * | label, |
RooDataHist * | set | ||
) |
Definition at line 18 of file CombDataSetFactory.cc.
References data, i, diffTwoXMLs::label, mapUB_, n, and weight_.
void CombDataSetFactory::addSetBin | ( | const char * | label, |
RooDataHist * | set | ||
) |
Definition at line 14 of file CombDataSetFactory.cc.
References diffTwoXMLs::label, map_, and runtimedef::set().
RooDataHist * CombDataSetFactory::done | ( | const char * | name, |
const char * | title | ||
) |
Definition at line 34 of file CombDataSetFactory.cc.
RooDataSet * CombDataSetFactory::doneUnbinned | ( | const char * | name, |
const char * | title | ||
) |
Definition at line 39 of file CombDataSetFactory.cc.
References cat_, data, i, mapUB_, n, run_regression::ret, and weight_.
ClassDef (CombDataSetFactory,1) private RooCategory* CombDataSetFactory::cat_ |
Definition at line 34 of file CombDataSetFactory.h.
Referenced by done(), and doneUnbinned().
std::map<std::string, RooDataHist *> CombDataSetFactory::map_ |
Definition at line 40 of file CombDataSetFactory.h.
Referenced by addSetBin(), and done().
std::map<std::string, RooDataSet *> CombDataSetFactory::mapUB_ |
Definition at line 41 of file CombDataSetFactory.h.
Referenced by addSetAny(), and doneUnbinned().
RooRealVar* CombDataSetFactory::weight_ |
Definition at line 39 of file CombDataSetFactory.h.
Referenced by addSetAny(), and doneUnbinned().