|
|
#include <CentralityDQM.h>
Definition at line 20 of file CentralityDQM.h.
◆ CentralityDQM()
◆ ~CentralityDQM()
CentralityDQM::~CentralityDQM |
( |
| ) |
|
|
override |
◆ analyze()
Reimplemented from DQMEDAnalyzer.
Definition at line 116 of file CentralityDQM.cc.
173 EvtPlaneCollection::const_iterator rp =
ep->begin();
References angle(), hi::Castor1, hi::Castor2, SiStripBadComponentsDQMServiceTemplate_cfg::ep, reco::Centrality::EtEBSum(), reco::Centrality::EtEESum(), reco::Centrality::EtEESumMinus(), reco::Centrality::EtEESumPlus(), reco::Centrality::EtHFhitSum(), reco::Centrality::EtHFhitSumMinus(), reco::Centrality::EtHFhitSumPlus(), reco::Centrality::EtHFtowerSum(), reco::Centrality::EtHFtowerSumMinus(), reco::Centrality::EtHFtowerSumPlus(), reco::Centrality::EtHFtruncatedMinus(), reco::Centrality::EtHFtruncatedPlus(), reco::Centrality::EtMidRapiditySum(), hi::HFm1, hi::HFm2, hi::HFm3, hi::HFp1, hi::HFp2, hi::HFp3, iEvent, edm::HandleBase::isValid(), reco::Centrality::multiplicityPixel(), reco::Centrality::NpixelTracks(), reco::Centrality::Ntracks(), reco::Centrality::NtracksEtaCut(), reco::Centrality::NtracksEtaPtCut(), reco::Centrality::NtracksPtCut(), hi::trackm1, hi::trackm2, hi::trackmid2, hi::trackmid3, hi::trackp1, hi::trackp2, bphysicsOniaDQM_cfi::vertex, reco::Centrality::zdcSum(), reco::Centrality::zdcSumMinus(), and reco::Centrality::zdcSumPlus().
◆ bookHistograms()
Implements DQMEDAnalyzer.
Definition at line 58 of file CentralityDQM.cc.
61 bei.setCurrentFolder(
"Physics/Centrality/");
63 h_hiNpix = bei.book1D(
"h_hiNpix",
"h_hiNpix", 750, 0, 75000);
64 h_hiNpixelTracks = bei.book1D(
"h_hiNpixelTracks",
"hiNpixelTracks", 500, 0, 5000);
65 h_hiNtracks = bei.book1D(
"h_hiNtracks",
"h_hiNtracks", 500, 0, 5000);
66 h_hiNtracksPtCut = bei.book1D(
"h_hiNtracksPtCut",
"h_hiNtracksPtCut", 500, 0, 5000);
67 h_hiNtracksEtaCut = bei.book1D(
"h_hiNtracksEtaCut",
"h_hiNtracksEtaCut", 500, 0, 5000);
68 h_hiNtracksEtaPtCut = bei.book1D(
"h_hiNtracksEtaPtCut",
"h_hiNtracksEtaPtCut", 500, 0, 5000);
70 h_hiHF = bei.book1D(
"h_hiHF",
"h_hiHF", 900, 0, 9000);
71 h_hiHFplus = bei.book1D(
"h_hiHFplus",
"h_hiHFplus", 900, 0, 9000);
72 h_hiHFminus = bei.book1D(
"h_hiHFminus",
"h_hiHFminus", 900, 0, 9000);
73 h_hiHFplusEta4 = bei.book1D(
"h_hiHFplusEta4",
"h_hiHFplusEta4", 900, 0, 9000);
74 h_hiHFminusEta4 = bei.book1D(
"h_hiHFminusEta4",
"h_hiHFminusEta4", 900, 0, 9000);
76 h_hiHFhit = bei.book1D(
"h_hiHFhit",
"h_hiHFhit", 3000, 0, 300000);
77 h_hiHFhitPlus = bei.book1D(
"h_hiHFhitPlus",
"h_hiHFhitPlus", 2000, 0, 200000);
78 h_hiHFhitMinus = bei.book1D(
"h_hiHFhitMinus",
"h_hiHFhitMinus", 2000, 0, 200000);
80 h_hiEB = bei.book1D(
"h_hiEB",
"h_hiEB", 600, 0, 6000);
81 h_hiET = bei.book1D(
"h_hiET",
"h_hiET", 600, 0, 6000);
82 h_hiEE = bei.book1D(
"h_hiEE",
"h_hiEE", 600, 0, 6000);
83 h_hiEEplus = bei.book1D(
"h_hiEEplus",
"h_hiEEplus", 600, 0, 6000);
84 h_hiEEminus = bei.book1D(
"h_hiEEminus",
"h_hiEEminus", 600, 0, 6000);
85 h_hiZDC = bei.book1D(
"h_hiZDC",
"h_hiZDC", 600, 0, 6000);
86 h_hiZDCplus = bei.book1D(
"h_hiZDCplus",
"h_hiZDCplus", 600, 0, 6000);
87 h_hiZDCminus = bei.book1D(
"h_hiZDCminus",
"h_hiZDCminus", 600, 0, 6000);
89 h_vertex_x = bei.book1D(
"h_vertex_x",
"h_vertex_x", 400, -4, 4);
90 h_vertex_y = bei.book1D(
"h_vertex_y",
"h_vertex_y", 400, -4, 4);
91 h_vertex_z = bei.book1D(
"h_vertex_z",
"h_vertex_z", 400, -40, 40);
93 h_cent_bin = bei.book1D(
"h_cent_bin",
"h_cent_bin", 200, 0, 200);
95 Double_t psirange = 4;
96 bei.setCurrentFolder(
"Physics/Centrality/EventPlane/");
97 h_ep_HFm1 = bei.book1D(
"h_ep_HFm1",
"h_ep_HFm1", 800, -psirange, psirange);
98 h_ep_HFp1 = bei.book1D(
"h_ep_HFp1",
"h_ep_HFp1", 800, -psirange, psirange);
99 h_ep_trackm1 = bei.book1D(
"h_ep_trackm1",
"h_ep_trackm1", 800, -psirange, psirange);
100 h_ep_trackp1 = bei.book1D(
"h_ep_trackp1",
"h_ep_trackp1", 800, -psirange, psirange);
101 h_ep_castor1 = bei.book1D(
"h_ep_castor1",
"h_ep_castor1", 800, -psirange, psirange);
102 h_ep_HFm2 = bei.book1D(
"h_ep_HFm2",
"h_ep_HFm2", 800, -psirange, psirange);
103 h_ep_HFp2 = bei.book1D(
"h_ep_HFp2",
"h_ep_HFp2", 800, -psirange, psirange);
104 h_ep_trackmid2 = bei.book1D(
"h_ep_trackmid2",
"h_ep_trackmid2", 800, -psirange, psirange);
105 h_ep_trackm2 = bei.book1D(
"h_ep_trackm2",
"h_ep_trackm2", 800, -psirange, psirange);
106 h_ep_trackp2 = bei.book1D(
"h_ep_trackp2",
"h_ep_trackp2", 800, -psirange, psirange);
107 h_ep_castor2 = bei.book1D(
"h_ep_castor2",
"h_ep_castor2", 800, -psirange, psirange);
108 h_ep_HFm3 = bei.book1D(
"h_ep_HFm3",
"h_ep_HFm3", 800, -psirange, psirange);
109 h_ep_HFp3 = bei.book1D(
"h_ep_HFp3",
"h_ep_HFp3", 800, -psirange, psirange);
110 h_ep_trackmid3 = bei.book1D(
"h_ep_trackmid3",
"h_ep_trackmid3", 800, -psirange, psirange);
References dqm::implementation::IBooker::book1D(), and dqm::implementation::NavigatorBase::setCurrentFolder().
◆ centrality_
◆ centralityBin_
◆ centralityBinTag_
◆ centralityBinToken
◆ centralityTag_
◆ centralityToken
◆ eventplaneTag_
◆ eventplaneToken
◆ h_cent_bin
◆ h_ep_castor1
◆ h_ep_castor2
◆ h_ep_HFm1
◆ h_ep_HFm2
◆ h_ep_HFm3
◆ h_ep_HFp1
◆ h_ep_HFp2
◆ h_ep_HFp3
◆ h_ep_trackm1
◆ h_ep_trackm2
◆ h_ep_trackmid2
◆ h_ep_trackmid3
◆ h_ep_trackp1
◆ h_ep_trackp2
◆ h_hiEB
◆ h_hiEE
◆ h_hiEEminus
◆ h_hiEEplus
◆ h_hiET
◆ h_hiHF
◆ h_hiHFhit
◆ h_hiHFhitMinus
◆ h_hiHFhitPlus
◆ h_hiHFminus
◆ h_hiHFminusEta4
◆ h_hiHFplus
◆ h_hiHFplusEta4
◆ h_hiNpix
◆ h_hiNpixelTracks
◆ h_hiNtracks
◆ h_hiNtracksEtaCut
◆ h_hiNtracksEtaPtCut
◆ h_hiNtracksPtCut
◆ h_hiZDC
◆ h_hiZDCminus
◆ h_hiZDCplus
◆ h_vertex_x
◆ h_vertex_y
◆ h_vertex_z
◆ vertex_
◆ vertexTag_
◆ vertexToken
MonitorElement * h_hiNtracksPtCut
MonitorElement * h_hiHFhitPlus
double EtHFhitSumPlus() const
MonitorElement * h_hiHFminus
double EtHFhitSum() const
MonitorElement * h_vertex_x
MonitorElement * h_ep_HFm3
double EtEESumPlus() const
double EtMidRapiditySum() const
double NtracksPtCut() const
MonitorElement * h_vertex_z
edm::InputTag centralityBinTag_
MonitorElement * h_ep_castor1
MonitorElement * h_hiZDCminus
MonitorElement * h_ep_HFp2
double EtHFtowerSumPlus() const
double EtHFtruncatedMinus() const
MonitorElement * h_hiNtracksEtaCut
double zdcSumPlus() const
MonitorElement * h_ep_trackm2
double EtHFhitSumMinus() const
MonitorElement * h_hiZDCplus
MonitorElement * h_hiEEminus
edm::InputTag centralityTag_
MonitorElement * h_ep_HFm2
MonitorElement * h_ep_castor2
MonitorElement * h_hiHFhit
MonitorElement * h_hiNpixelTracks
MonitorElement * h_hiNtracksEtaPtCut
MonitorElement * h_hiHFplus
double NtracksEtaPtCut() const
MonitorElement * h_hiHFplusEta4
double EtHFtruncatedPlus() const
double NtracksEtaCut() const
MonitorElement * h_hiEEplus
MonitorElement * h_hiNpix
double EtEESumMinus() const
T getParameter(std::string const &) const
MonitorElement * h_ep_trackp2
edm::EDGetTokenT< reco::EvtPlaneCollection > eventplaneToken
double NpixelTracks() const
MonitorElement * h_ep_HFm1
MonitorElement * h_hiHFhitMinus
double zdcSumMinus() const
MonitorElement * h_vertex_y
T angle(T x1, T y1, T z1, T x2, T y2, T z2)
double multiplicityPixel() const
edm::EDGetTokenT< std::vector< reco::Vertex > > vertexToken
MonitorElement * h_ep_HFp3
MonitorElement * h_hiNtracks
MonitorElement * h_ep_trackmid2
MonitorElement * h_ep_trackm1
edm::EDGetTokenT< int > centralityBinToken
edm::InputTag eventplaneTag_
MonitorElement * h_ep_HFp1
double EtHFtowerSum() const
MonitorElement * h_hiHFminusEta4
MonitorElement * h_ep_trackmid3
MonitorElement * h_ep_trackp1
MonitorElement * h_cent_bin
edm::EDGetTokenT< reco::Centrality > centralityToken
double EtHFtowerSumMinus() const