29 class TestBasic406 :
public RooFitTestUnit
32 TestBasic406(TFile* refFile,
Bool_t writeRef,
Int_t verbose) : RooFitTestUnit(
"Category-to-category functions",refFile,writeRef,verbose) {} ;
40 tagCat.defineType(
"Lepton") ;
41 tagCat.defineType(
"Kaon") ;
42 tagCat.defineType(
"NetTagger-1") ;
43 tagCat.defineType(
"NetTagger-2") ;
46 RooCategory b0flav(
"b0flav",
"B0 flavour eigenstate") ;
47 b0flav.defineType(
"B0",-1) ;
48 b0flav.defineType(
"B0bar",1) ;
66 tcatType.map(
"Lepton",
"Cut based") ;
67 tcatType.map(
"Kaon",
"Cut based") ;
70 tcatType.map(
"NetTagger*",
"Neural Network") ;
88 b0Xtcat.setLabel(
"{B0bar;Lepton}") ;
99 regTable(mtable,
"rf406_mtable") ;
100 regTable(stable,
"rf406_stable") ;
101 regTable(xtable,
"rf406_xtable") ;
RooRealVar represents a fundamental (non-derived) real valued object.
RooDataSet is a container class to hold unbinned data.
RooCategory represents a fundamental (non-derived) discrete value object.
RooMultiCategory consolidates several RooAbsCategory objects into a single category.
RooPolynomial implements a polynomial p.d.f of the form By default coefficient a_0 is chosen to be 1...
RooSuperCategory consolidates several RooAbsCategoryLValue objects into a single category.
Roo1DTable implements a one-dimensional table.
virtual Roo1DTable * table(const RooArgSet &catSet, const char *cuts="", const char *opts="") const
Construct table for product of categories in catSet.