33 RooRealVar mean(
"mean",
"mean of gaussians", 5);
47 RooRealVar bkg1frac(
"bkg1frac",
"fraction of component 1 in background", 0.2, 0., 1.);
51 RooRealVar bkgfrac(
"bkgfrac",
"fraction of background", 0.5, 0., 1.);
71 RooArgSet *model_obs = model.getObservables(data);
72 model_obs->
Print(
"v");
78 RooArgSet *model_params = model.getParameters(
x);
79 model_params->
Print(
"v");
83 RooArgSet *model_params2 = model.getParameters(data);
84 model_params2->
Print();
90 RooArgSet *model_comps = model.getComponents();
91 model_comps->
Print(
"v");
98 RooRealVar sigma2(
"sigma2",
"width of gaussians", 1);
99 RooGaussian sig2(
"sig2",
"Signal component 1",
x, mean, sigma2);
102 RooRealVar sig1frac(
"sig1frac",
"fraction of component 1 in signal", 0.8, 0., 1.);
109 cust.replaceArg(sig, sigsum);
122 cust_clone->
Print(
"t");
virtual void Print(Option_t *options=0) const
Print the object to the defaultPrintStream().
virtual void Print(Option_t *options=0) const
This method must be overridden when a class wants to print itself.
RooAddPdf is an efficient implementation of a sum of PDFs of the form.
RooArgList is a container object that can hold multiple RooAbsArg objects.
RooArgSet is a container object that can hold multiple RooAbsArg objects.
Chebychev polynomial p.d.f.
RooCustomizer is a factory class to produce clones of a prototype composite PDF object with the same ...
RooDataSet is a container class to hold unbinned data.
RooRealVar represents a variable that can be changed from the outside.
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or othe...