27 void rf406_cattocatfuncs()
34 tagCat.defineType(
"Lepton") ;
35 tagCat.defineType(
"Kaon") ;
36 tagCat.defineType(
"NetTagger-1") ;
37 tagCat.defineType(
"NetTagger-2") ;
41 RooCategory b0flav(
"b0flav",
"B0 flavour eigenstate") ;
42 b0flav.defineType(
"B0",-1) ;
43 b0flav.defineType(
"B0bar",1) ;
62 tcatType.map(
"Lepton",
"Cut based") ;
63 tcatType.map(
"Kaon",
"Cut based") ;
66 tcatType.map(
"NetTagger*",
"Neural Network") ;
86 b0Xtcat.setLabel(
"{B0bar;Lepton}") ;
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.
virtual void Print(Option_t *options=0) const
Print TNamed name and title.
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.