24 class TestBasic110 :
public RooFitTestUnit
27 TestBasic110(TFile* refFile,
Bool_t writeRef,
Int_t verbose) : RooFitTestUnit(
"Normalization of p.d.f.s in 1D",refFile,writeRef,verbose) {} ;
44 regValue(gx.getVal(),
"rf110_gx") ;
49 regValue(gx.getVal(&nset),
"rf110_gx_Norm[x]") ;
54 regValue(igx->getVal(),
"rf110_gx_Int[x]") ;
61 x.setRange(
"signal",-5,5) ;
67 regValue(igx_sig->
getVal(),
"rf110_gx_Int[x|signal]_Norm[x]") ;
80 gx_cdf->plotOn(frame) ;
83 regPlot(frame,
"rf110_plot1") ;
Double_t getVal(const RooArgSet *set=0) const
RooCmdArg NormSet(const RooArgSet &nset)
RooCmdArg Title(const char *name)
RooCmdArg Range(const char *rangeName, Bool_t adjustNorm=kTRUE)
RooRealVar represents a fundamental (non-derived) real valued object.
RooAbsReal * createIntegral(const RooArgSet &iset, const RooCmdArg &arg1, const RooCmdArg &arg2=RooCmdArg::none(), const RooCmdArg &arg3=RooCmdArg::none(), const RooCmdArg &arg4=RooCmdArg::none(), const RooCmdArg &arg5=RooCmdArg::none(), const RooCmdArg &arg6=RooCmdArg::none(), const RooCmdArg &arg7=RooCmdArg::none(), const RooCmdArg &arg8=RooCmdArg::none()) const
Create an object that represents the integral of the function over one or more observables listed in ...
A RooPlot is a plot frame and a container for graphics objects within that frame. ...
RooAbsReal is the common abstract base class for objects that represent a real value and implements f...
RooConstVar & RooConst(Double_t val)