28 class TestBasic312 :
public RooFitTestUnit
31 TestBasic312(TFile* refFile,
Bool_t writeRef,
Int_t verbose) : RooFitTestUnit(
"Fit in multiple rectangular ranges",refFile,writeRef,verbose) {} ;
83 x.setRange(
"SB1",-10,+10) ;
84 y.setRange(
"SB1",-10,0) ;
86 x.setRange(
"SB2",-10,0) ;
87 y.setRange(
"SB2",0,+10) ;
89 x.setRange(
"SIG",0,+10) ;
90 y.setRange(
"SIG",0,+10) ;
92 x.setRange(
"FULL",-10,+10) ;
93 y.setRange(
"FULL",-10,+10) ;
115 regResult(r_sb1,
"rf312_fit_sb1") ;
116 regResult(r_sb2,
"rf312_fit_sb2") ;
117 regResult(r_sb12,
"rf312_fit_sb12") ;
RooAddPdf is an efficient implementation of a sum of PDFs of the form.
RooProdPdf is an efficient implementation of a product of PDFs of the form.
RooCmdArg Range(const char *rangeName, Bool_t adjustNorm=kTRUE)
RooRealVar represents a fundamental (non-derived) real valued object.
RooDataSet is a container class to hold unbinned data.
RooCmdArg Save(Bool_t flag=kTRUE)
RooConstVar & RooConst(Double_t val)
RooPolynomial implements a polynomial p.d.f of the form By default coefficient a_0 is chosen to be 1...