41   tagFlav.defineType(
"B0bar", -1);
 
   44   RooRealVar dm(
"dm", 
"delta m(B)", 0.472, 0., 1.0);
 
   45   RooRealVar tau(
"tau", 
"B0 decay time", 1.547, 1.0, 2.0);
 
   46   RooRealVar w(
"w", 
"Flavor Mistag rate", 0.03, 0.0, 1.0);
 
   47   RooRealVar dw(
"dw", 
"Flavor Mistag rate difference between B0 and B0bar", 0.01);
 
   55   RooBMixDecay bmix_gm1(
"bmix", 
"decay", 
dt, 
mixState, 
tagFlav, tau, dm, 
w, 
dw, 
gm1, 
RooBMixDecay::DoubleSided);
 
   85   TCanvas *
c = 
new TCanvas(
"rf310_sliceplot", 
"rf310_sliceplot", 1200, 400);
 
   88   gPad->SetLeftMargin(0.15);
 
   93   gPad->SetLeftMargin(0.15);
 
   94   frame2->GetYaxis()->SetTitleOffset(1.4);
 
   98   gPad->SetLeftMargin(0.15);
 
   99   frame3->GetYaxis()->SetTitleOffset(1.4);
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void data
 
Class RooBMixDecay is a RooAbsAnaConvPdf implementation that describes the decay of B mesons with the...
 
Object to represent discrete states.
 
Class RooGaussModel implements a RooResolutionModel that models a Gaussian distribution.
 
Plot frame and a container for graphics objects within that frame.
 
void Draw(Option_t *options=nullptr) override
Draw this plot and all of the elements it contains.
 
Variable that can be changed from the outside.
 
virtual void SetTitleOffset(Float_t offset=1)
Set distance between the axis and the axis title.
 
RooCmdArg Cut(const char *cutSpec)
 
T Slice(const T &histo, std::vector< Int_t > &args)
Creates a sliced copy of the given histogram.
 
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or othe...