7 TH1F* FlatHist =
new TH1F(
"FlatHist",
"FlatHist", 2,0,2);
11 TH1F* Signal =
new TH1F(
"Signal",
"Signal", 2,0,2);
16 TH1F* Background1 =
new TH1F(
"Background1",
"Background1", 2,0,2);
23 TH1F* ControlRegion =
new TH1F(
"ControlRegion",
"ControlRegion", 2,0,2);
28 TH1F* StatUncert =
new TH1F(
"StatUncert",
"StatUncert", 2,0,2);
65 TH2F* bkg1ShapeError =
new TH2F(
"bkg1ShapeError",
"bkg1ShapeError", 2,0,2, 2,0,2);
80 TH2F* bkg2ShapeError =
new TH2F(
"bkg2ShapeError",
"bkg2ShapeError", 2,0,2, 2,0,2);
115 TH1F* bkg1ShapeError =
new TH1F(
"bkg1ShapeError",
"bkg1ShapeError", 2,0,2);
126 TH1F* bkg2ShapeError =
new TH1F(
"bkg2ShapeError",
"bkg2ShapeError", 2,0,2);
147 TH1F* FlatHist =
new TH1F(
"FlatHist",
"FlatHist", 2,0,2);
161 TH1F* bkg1StatUncert =
new TH1F(
"bkg1StatUncert",
"bkg1StatUncert", 2,0,2);
189 TH1F* statUncert =
new TH1F(
"background1_statUncert",
"statUncert", 2,1,2);
THist< 1, float, THistStatContent, THistStatUncertainty > TH1F
A ROOT file is a suite of consecutive data records (TKey instances) with a well defined format...
1-D histogram with a float per channel (see TH1 documentation)}
void makeShapeSys2DDataset()
virtual Int_t Write(const char *name=0, Int_t opt=0, Int_t bufsiz=0)
Write memory objects to this file.
2-D histogram with a float per channel (see TH1 documentation)}
virtual void SetBinContent(Int_t bin, Double_t content)
Set bin content see convention for numbering bins in TH1::GetBin In case the bin number is greater th...
void makeShapeSysDataset()
void makeStatErrorDataSet()
virtual void SetBinContent(Int_t bin, Double_t content)
Set bin content.
THist< 2, float, THistStatContent, THistStatUncertainty > TH2F
virtual void Close(Option_t *option="")
Close a file.