32 tagCat.defineType(
"Lepton");
33 tagCat.defineType(
"Kaon");
34 tagCat.defineType(
"NetTagger-1");
35 tagCat.defineType(
"NetTagger-2");
39 RooCategory b0flav(
"b0flav",
"B0 flavour eigenstate");
40 b0flav.defineType(
"B0", -1);
41 b0flav.defineType(
"B0bar", 1);
58 tcatType.map(
"Lepton",
"Cut based");
59 tcatType.map(
"Kaon",
"Cut based");
62 tcatType.map(
"NetTagger*",
"Neural Network");
80 b0Xtcat.setLabel(
"{B0bar;Lepton}");
Roo1DTable implements a one-dimensional table.
virtual void Print(Option_t *options=0) const
Print TNamed name and title.
virtual Roo1DTable * table(const RooArgSet &catSet, const char *cuts="", const char *opts="") const
Construct table for product of categories in catSet.
RooArgSet is a container object that can hold multiple RooAbsArg objects.
RooCategory is an object to represent discrete states.
RooDataSet is a container class to hold unbinned data.
RooMappedCategory provides a category-to-category mapping defined by pattern matching on their state ...
RooMultiCategory connects several RooAbsCategory objects into a single category.
RooPolynomial implements a polynomial p.d.f of the form.
RooRealVar represents a variable that can be changed from the outside.
The RooSuperCategory can join several RooAbsCategoryLValue objects into a single category.
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or othe...