26 void rf110_normintegration()
42 cout <<
"gx = " << gx.getVal() << endl ;
46 cout <<
"gx_Norm[x] = " << gx.getVal(&nset) << endl ;
51 cout <<
"gx_Int[x] = " << igx->
getVal() << endl ;
58 x.setRange(
"signal",-5,5) ;
64 cout <<
"gx_Int[x|signal]_Norm[x] = " << igx_sig->
getVal() << endl ;
82 new TCanvas(
"rf110_normintegration",
"rf110_normintegration",600,600) ;
virtual void SetTitleOffset(Float_t offset=1)
Set distance between the axis and the axis title Offset is a correction factor with respect to the "s...
virtual RooPlot * plotOn(RooPlot *frame, const RooCmdArg &arg1=RooCmdArg(), const RooCmdArg &arg2=RooCmdArg(), const RooCmdArg &arg3=RooCmdArg(), const RooCmdArg &arg4=RooCmdArg(), const RooCmdArg &arg5=RooCmdArg(), const RooCmdArg &arg6=RooCmdArg(), const RooCmdArg &arg7=RooCmdArg(), const RooCmdArg &arg8=RooCmdArg(), const RooCmdArg &arg9=RooCmdArg(), const RooCmdArg &arg10=RooCmdArg()) const
Plot (project) PDF on specified frame.
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)
virtual void Draw(Option_t *options=0)
Draw this plot and all of the elements it contains.