44 cout <<
"gxy = " <<
gxy.getVal() << endl;
48 cout <<
"gx_Norm[x,y] = " <<
gxy.getVal(&
nset_xy) << endl;
53 cout <<
"gx_Int[x,y] = " <<
igxy->getVal() << endl;
59 cout <<
"gx_Norm[x] = " <<
gxy.getVal(&
nset_x) << endl;
63 cout <<
"gx_Norm[y] = " <<
gxy.getVal(&
nset_y) << endl;
69 x.setRange(
"signal", -5, 5);
70 y.setRange(
"signal", -3, 3);
76 cout <<
"gx_Int[x,y|signal]_Norm[x,y] = " <<
igxy_sig->getVal() << endl;
89 new TCanvas(
"rf308_normintegration2d",
"rf308_normintegration2d", 600, 600);
90 gPad->SetLeftMargin(0.15);
91 hh_cdf->GetZaxis()->SetTitleOffset(1.8);
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
RooArgSet is a container object that can hold multiple RooAbsArg objects.
Efficient implementation of a product of PDFs of the form.
Variable that can be changed from the outside.
TH1 is the base class of all histogram classes in ROOT.
RooCmdArg YVar(const RooAbsRealLValue &var, const RooCmdArg &arg={})
RooCmdArg NormSet(Args_t &&... argsOrArgSet)
RooCmdArg Binning(const RooAbsBinning &binning)
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or othe...