25void rf604_constraints()
 
   46   std::unique_ptr<RooDataSet> 
d{model.generate(
x, 50)};
 
   79   cout << 
"fit result without constraint (data generated at f=0.5)" << endl;
 
   81   cout << 
"fit result with internal constraint (data generated at f=0.5, constraint is f=0.8+/-0.2)" << endl;
 
   83   cout << 
"fit result with (another) external constraint (data generated at f=0.5, constraint is f=0.2+/-0.1)" << endl;
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
Efficient implementation of a sum of PDFs of the form.
 
RooArgSet is a container object that can hold multiple RooAbsArg objects.
 
RooPolynomial implements a polynomial p.d.f of the form.
 
Efficient implementation of a product of PDFs of the form.
 
Variable that can be changed from the outside.
 
RooCmdArg Constrain(const RooArgSet ¶ms)
 
RooCmdArg Save(bool flag=true)
 
RooCmdArg ExternalConstraints(const RooArgSet &constraintPdfs)
 
RooCmdArg PrintLevel(Int_t code)
 
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or othe...