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);
47 std::unique_ptr<RooDataSet>
data{
p.generate({
x, b0flav, tagCat}, 10000)};
58 tcatType.map(
"Lepton",
"Cut based");
59 tcatType.map(
"Kaon",
"Cut based");
62 tcatType.map(
"NetTagger*",
"Neural Network");
80 b0Xtcat.setLabel(
"{B0bar;Lepton}");
winID h TVirtualViewer3D TVirtualGLPainter p
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void data
void Print(Option_t *options=nullptr) const override
This method must be overridden when a class wants to print itself.
RooArgSet is a container object that can hold multiple RooAbsArg objects.
Object to represent discrete states.
RooMappedCategory provides a category-to-category mapping defined by pattern matching on their state ...
Connects several RooAbsCategory objects into a single category.
RooPolynomial implements a polynomial p.d.f of the form.
Variable that can be changed from the outside.
Joins several RooAbsCategoryLValue objects into a single category.
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or othe...