Implements DQMEDAnalyzer.
Definition at line 203 of file MtdGlobalRecoValidation.cc.
206 ibook.setCurrentFolder(
folder_);
209 meBTLTrackRPTime_ = ibook.book1D(
"TrackBTLRPTime",
"Track t0 with respect to R.P.;t0 [ns]", 100, -1, 3);
210 meBTLTrackEffEtaTot_ = ibook.book1D(
"TrackBTLEffEtaTot",
"Track efficiency vs eta (Tot);#eta_{RECO}", 100, -1.6, 1.6);
212 ibook.book1D(
"TrackBTLEffPhiTot",
"Track efficiency vs phi (Tot);#phi_{RECO} [rad]", 100, -3.2, 3.2);
213 meBTLTrackEffPtTot_ = ibook.book1D(
"TrackBTLEffPtTot",
"Track efficiency vs pt (Tot);pt_{RECO} [GeV]", 50, 0, 10);
214 meBTLTrackEffEtaMtd_ = ibook.book1D(
"TrackBTLEffEtaMtd",
"Track efficiency vs eta (Mtd);#eta_{RECO}", 100, -1.6, 1.6);
216 ibook.book1D(
"TrackBTLEffPhiMtd",
"Track efficiency vs phi (Mtd);#phi_{RECO} [rad]", 100, -3.2, 3.2);
217 meBTLTrackEffPtMtd_ = ibook.book1D(
"TrackBTLEffPtMtd",
"Track efficiency vs pt (Mtd);pt_{RECO} [GeV]", 50, 0, 10);
218 meETLTrackRPTime_[0] = ibook.book1D(
"TrackETLRPTimeZneg",
"Track t0 with respect to R.P. (-Z);t0 [ns]", 100, -1, 3);
219 meETLTrackRPTime_[1] = ibook.book1D(
"TrackETLRPTimeZpos",
"Track t0 with respect to R.P. (+Z);t0 [ns]", 100, -1, 3);
221 ibook.book1D(
"TrackETLEffEtaTotZneg",
"Track efficiency vs eta (Tot) (-Z);#eta_{RECO}", 100, -3.2, -1.4);
223 ibook.book1D(
"TrackETLEffEtaTotZpos",
"Track efficiency vs eta (Tot) (+Z);#eta_{RECO}", 100, 1.4, 3.2);
225 ibook.book1D(
"TrackETLEffPhiTotZneg",
"Track efficiency vs phi (Tot) (-Z);#phi_{RECO} [rad]", 100, -3.2, 3.2);
227 ibook.book1D(
"TrackETLEffPhiTotZpos",
"Track efficiency vs phi (Tot) (+Z);#phi_{RECO} [rad]", 100, -3.2, 3.2);
229 ibook.book1D(
"TrackETLEffPtTotZneg",
"Track efficiency vs pt (Tot) (-Z);pt_{RECO} [GeV]", 50, 0, 10);
231 ibook.book1D(
"TrackETLEffPtTotZpos",
"Track efficiency vs pt (Tot) (+Z);pt_{RECO} [GeV]", 50, 0, 10);
233 ibook.book1D(
"TrackETLEffEtaMtdZneg",
"Track efficiency vs eta (Mtd) (-Z);#eta_{RECO}", 100, -3.2, -1.4);
235 ibook.book1D(
"TrackETLEffEtaMtdZpos",
"Track efficiency vs eta (Mtd) (+Z);#eta_{RECO}", 100, 1.4, 3.2);
237 ibook.book1D(
"TrackETLEffPhiMtdZneg",
"Track efficiency vs phi (Mtd) (-Z);#phi_{RECO} [rad]", 100, -3.2, 3.2);
239 ibook.book1D(
"TrackETLEffPhiMtdZpos",
"Track efficiency vs phi (Mtd) (+Z);#phi_{RECO} [rad]", 100, -3.2, 3.2);
241 ibook.book1D(
"TrackETLEffPtMtdZneg",
"Track efficiency vs pt (Mtd) (-Z);pt_{RECO} [GeV]", 50, 0, 10);
243 ibook.book1D(
"TrackETLEffPtMtdZpos",
"Track efficiency vs pt (Mtd) (+Z);pt_{RECO} [GeV]", 50, 0, 10);
244 meTrackNumHits_ = ibook.book1D(
"TrackNumHits",
"Number of valid MTD hits per track ; Number of hits", 10, -5, 5);
245 meVerZ_ = ibook.book1D(
"VerZ",
"RECO Vertex Z;Z_{RECO} [cm]", 180, -18, 18);
246 meVerTime_ = ibook.book1D(
"VerTime",
"RECO Vertex Time;t0 [ns]", 100, -1, 1);
247 meVerNumber_ = ibook.book1D(
"VerNumber",
"RECO Vertex Number: Number of vertices", 100, 0, 500);
References dqm::implementation::IBooker::book1D(), folder_, meBTLTrackEffEtaMtd_, meBTLTrackEffEtaTot_, meBTLTrackEffPhiMtd_, meBTLTrackEffPhiTot_, meBTLTrackEffPtMtd_, meBTLTrackEffPtTot_, meBTLTrackRPTime_, meETLTrackEffEtaMtd_, meETLTrackEffEtaTot_, meETLTrackEffPhiMtd_, meETLTrackEffPhiTot_, meETLTrackEffPtMtd_, meETLTrackEffPtTot_, meETLTrackRPTime_, meTrackNumHits_, meVerNumber_, meVerTime_, meVerZ_, and dqm::implementation::NavigatorBase::setCurrentFolder().