Addition and convolution: decay function pdfs with optional B physics effects (mixing and CP violation)
that can be analytically convolved with e.g. Gaussian resolution functions
pdf1 =
decay(t,tau) (
x) delta(t)
pdf2 =
decay(t,tau) (
x) gauss(t,
m,s)
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
void rf209_anaconv()
{
RooPlot *frame =
dt.frame(Title(
"Bdecay (x) resolution"));
new TCanvas(
"rf209_anaconv",
"rf209_anaconv", 600, 600);
gPad->SetLeftMargin(0.15);
}
RooAddModel is an efficient implementation of a sum of PDFs of the form.
RooArgList is a container object that can hold multiple RooAbsArg objects.
Single or double sided decay function that can be analytically convolved with any RooResolutionModel ...
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.
Implements a RooResolution model that corresponds to a delta function.
virtual void SetTitleOffset(Float_t offset=1)
Set distance between the axis and the axis title.
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or othe...
- Date
- July 2008
- Author
- Wouter Verkerke
Definition in file rf209_anaconv.C.