25 using namespace RooFit ;
62 TH1* hh_pdf = model.createHistogram(
"x,y",50,50) ;
90 TCanvas* c1 =
new TCanvas(
"rf309_2dimplot",
"rf309_2dimplot",800,800) ;
97 TCanvas* c2 =
new TCanvas(
"rf309_3dimplot",
"rf309_3dimplot",800,400) ;
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...
RooCmdArg ZVar(const RooAbsRealLValue &var, const RooCmdArg &arg=RooCmdArg::none())
RooProdPdf is an efficient implementation of a product of PDFs of the form.
RooRealVar represents a fundamental (non-derived) real valued object.
virtual void SetLineColor(Color_t lcolor)
virtual void Draw(Option_t *option="")
Draw this histogram with options.
virtual void SetFillColor(Color_t fcolor)
RooDataSet is a container class to hold unbinned data.
RooCmdArg YVar(const RooAbsRealLValue &var, const RooCmdArg &arg=RooCmdArg::none())
TH2F * createHistogram(const RooAbsRealLValue &var1, const RooAbsRealLValue &var2, const char *cuts="", const char *name="hist") const
Create a TH2F histogram of the distribution of the specified variable using this dataset.
RooConstVar & RooConst(Double_t val)
RooCmdArg Binning(const RooAbsBinning &binning)