38 RooRealVar mjjj(
"mjjj",
"m(3jet) (GeV)", 100, 85., 350.);
42 RooRealVar wtop(
"wtop",
"m(top) resolution", 15.2);
43 RooGaussian sig(
"sig",
"top signal", mjjj, mtop, wtop);
46 RooRealVar c0(
"c0",
"Chebychev coefficient 0", -0.846, -1., 1.);
47 RooRealVar c1(
"c1",
"Chebychev coefficient 1", 0.112, -1., 1.);
48 RooRealVar c2(
"c2",
"Chebychev coefficient 2", 0.076, -1., 1.);
52 RooRealVar nsig(
"nsig",
"number of signal events", 53, 0, 1e3);
53 RooRealVar nbkg(
"nbkg",
"number of background events", 103, 0, 5e3);
103 TCanvas *
c =
new TCanvas(
"rf803_mcstudy_addons2",
"rf802_mcstudy_addons2", 800, 800);
106 gPad->SetLeftMargin(0.15);
108 dll_vs_ngen->
Draw(
"box");
110 gPad->SetLeftMargin(0.15);
112 z_vs_ngen->
Draw(
"box");
114 gPad->SetLeftMargin(0.15);
116 errnsig_vs_ngen->
Draw(
"box");
118 gPad->SetLeftMargin(0.15);
120 errnsig_vs_nsig->
Draw(
"box");
RooAddPdf is an efficient implementation of a sum of PDFs of the form.
RooArgList is a container object that can hold multiple RooAbsArg objects.
RooArgSet is a container object that can hold multiple RooAbsArg objects.
Chebychev polynomial p.d.f.
RooDLLSignificanceMCSModule is an add-on modules to RooMCStudy that calculates the significance of a ...
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.
RooMCStudy is a helper class to facilitate Monte Carlo studies such as 'goodness-of-fit' studies,...
const RooDataSet & fitParDataSet()
Return a RooDataSet containing the post-fit parameters of each toy cycle.
Bool_t generateAndFit(Int_t nSamples, Int_t nEvtPerSample=0, Bool_t keepGenData=kFALSE, const char *asciiFilePat=0)
Generate and fit 'nSamples' samples of 'nEvtPerSample' events.
void addModule(RooAbsMCStudyModule &module)
Insert given RooMCStudy add-on module to the processing chain of this MCStudy object.
RooRandomizeParamMCSModule is an add-on modules to RooMCStudy that allows you to randomize input gene...
void sampleSumUniform(const RooArgSet ¶mSet, Double_t lo, Double_t hi)
Request uniform smearing of sum of parameters in paramSet uniform smearing in range [lo,...
RooRealVar represents a variable that can be changed from the outside.
virtual void SetTitleOffset(Float_t offset=1)
Set distance between the axis and the axis title.
TH1 is the base class of all histogram classes in ROOT.
virtual void Draw(Option_t *option="")
Draw this histogram with options.
RooCmdArg Binned(Bool_t flag=kTRUE)
RooCmdArg Silence(Bool_t flag=kTRUE)
RooCmdArg Extended(Bool_t flag=kTRUE)
RooCmdArg PrintEvalErrors(Int_t numErrors)
RooCmdArg FitOptions(const char *opts)
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or othe...