Reimplemented from edm::EDAnalyzer.
Definition at line 133 of file HypothesisAnalyzer.cc.
References edm::errors::Configuration, edm::hlt::Exception, genMatchDr_, genMatchDrVsHadTopPullMass_, hadTopEta_, hadTopMass_, hadTopPt_, hadTopPullEta_, hadTopPullMass_, hadTopPullPt_, hadWEta_, hadWMass_, hadWPt_, hadWPullEta_, hadWPullMass_, hadWPullPt_, kinFitProb_, kinFitProbVsHadTopPullMass_, lepTopEta_, lepTopMass_, lepTopPt_, lepTopPullEta_, lepTopPullMass_, lepTopPullPt_, lepWEta_, lepWMass_, lepWPt_, lepWPullEta_, lepWPullMass_, lepWPullPt_, TFileDirectory::make(), neutrinoEta_, neutrinoPullEta_, topPairMass_, and topPairPullMass_.
142 neutrinoEta_ = fs->
make<TH1F>(
"neutrinoEta",
"#eta (neutrino)", 21, -4., 4.);
143 neutrinoPullEta_ = fs->
make<TH1F>(
"neutrinoPullEta",
"(#eta_{rec}-#eta_{gen})/#eta_{gen} (neutrino)", 40, -1., 1.);
145 hadWPt_ = fs->make<TH1F>(
"hadWPt" ,
"p_{T} (W_{had}) [GeV]", 25, 0., 500.);
146 hadWEta_ = fs->make<TH1F>(
"hadWEta" ,
"#eta (W_{had})" , 21, -4., 4.);
147 hadWMass_ = fs->make<TH1F>(
"hadWMass",
"M (W_{had}) [GeV]" , 25, 0., 200.);
149 hadTopPt_ = fs->make<TH1F>(
"hadTopPt" ,
"p_{T} (t_{had}) [GeV]", 25, 0. , 500.);
150 hadTopEta_ = fs->make<TH1F>(
"hadTopEta" ,
"#eta (t_{had})" , 21, -4., 4.);
151 hadTopMass_ = fs->make<TH1F>(
"hadTopMass",
"M (t_{had}) [GeV]" , 40, 0. , 400.);
153 lepWPt_ = fs->make<TH1F>(
"lepWPt" ,
"p_{t} (W_{lep}) [GeV]", 25, 0., 500.);
154 lepWEta_ = fs->make<TH1F>(
"lepWEta" ,
"#eta (W_{lep})" , 21, -4., 4.);
155 lepWMass_ = fs->make<TH1F>(
"lepWMass",
"M (W_{lep}) [GeV]" , 25, 0., 200.);
157 lepTopPt_ = fs->make<TH1F>(
"lepTopPt" ,
"p_{T} (t_{lep}) [GeV]", 25, 0. , 500.);
158 lepTopEta_ = fs->make<TH1F>(
"lepTopEta" ,
"#eta (t_{lep})" , 21, -4., 4.);
159 lepTopMass_ = fs->make<TH1F>(
"lepTopMass",
"M (t_{lep}) [GeV]" , 40, 0. , 400.);
161 hadWPullPt_ = fs->make<TH1F>(
"hadWPullPt" ,
"(p_{T,rec}-p_{T,gen})/p_{T,gen} (W_{had})" , 40, -1., 1.);
162 hadWPullEta_ = fs->make<TH1F>(
"hadWPullEta" ,
"(#eta_{rec}-#eta_{gen})/#eta_{gen} (W_{had})", 40, -1., 1.);
163 hadWPullMass_ = fs->make<TH1F>(
"hadWPullMass",
"(M_{rec}-M_{gen})/M_{gen} (W_{had})" , 40, -1., 1.);
165 hadTopPullPt_ = fs->make<TH1F>(
"hadTopPullPt" ,
"(p_{T,rec}-p_{T,gen})/p_{T,gen} (t_{had})" , 40, -1., 1.);
166 hadTopPullEta_ = fs->make<TH1F>(
"hadTopPullEta" ,
"(#eta_{rec}-#eta_{gen})/#eta_{gen} (t_{had})", 40, -1., 1.);
167 hadTopPullMass_ = fs->make<TH1F>(
"hadTopPullMass",
"(M_{rec}-M_{gen})/M_{gen} (t_{had})" , 40, -1., 1.);
169 lepWPullPt_ = fs->make<TH1F>(
"lepWPullPt" ,
"(p_{T,rec}-p_{T,gen})/p_{T,gen} (W_{lep})" , 40, -1., 1.);
170 lepWPullEta_ = fs->make<TH1F>(
"lepWPullEta" ,
"(#eta_{rec}-#eta_{gen})/#eta_{gen} (W_{lep})", 40, -1., 1.);
171 lepWPullMass_ = fs->make<TH1F>(
"lepWPullMass",
"(M_{rec}-M_{gen})/M_{gen} (W_{lep})" , 40, -1., 1.);
173 lepTopPullPt_ = fs->make<TH1F>(
"lepTopPullPt" ,
"(p_{T,rec}-p_{T,gen})/p_{T,gen} (t_{lep})" , 40, -1., 1.);
174 lepTopPullEta_ = fs->make<TH1F>(
"lepTopPullEta" ,
"(#eta_{rec}-#eta_{gen})/#eta_{gen} (t_{lep})", 40, -1., 1.);
175 lepTopPullMass_ = fs->make<TH1F>(
"lepTopPullMass",
"(M_{rec}-M_{gen})/M_{gen} (t_{lep})" , 40, -1., 1.);
177 topPairMass_ = fs->make<TH1F>(
"topPairMass",
"M (t#bar{t})", 36, 340., 940.);
178 topPairPullMass_ = fs->make<TH1F>(
"topPairPullMass",
"(M_{rec}-M_{gen})/M_{gen} (t#bar{t})", 40, -1., 1.);
180 genMatchDr_ = fs->make<TH1F>(
"genMatchDr",
"GenMatch #Sigma#DeltaR", 40, 0., 4.);
181 kinFitProb_ = fs->make<TH1F>(
"kinFitProb",
"KinFit probability" , 50, 0., 1.);
184 "GenMatch #Sigma #Delta R vs. (M_{rec}-M_{gen})/M_{gen} (t_{had}))",
185 40, -1., 1., 40, 0., 4.);
187 "KinFit probability vs. (M_{rec}-M_{gen})/M_{gen} (t_{had}))",
188 40, -1., 1., 20, 0., 1.);
TH2F * kinFitProbVsHadTopPullMass_
T * make() const
make new ROOT object
TH2F * genMatchDrVsHadTopPullMass_