plots related to the whole system
More...
plots related to the whole system
Definition at line 66 of file CTPPSCommonDQMSource.cc.
◆ Init()
Definition at line 112 of file CTPPSCommonDQMSource.cc.
127 "RP State per Lumisection;Luminosity Section;",
136 hist->SetCanExtend(TH1::kAllAxes);
137 TAxis *ya =
hist->GetYaxis();
138 ya->SetBinLabel(1,
"45, 210, FR-BT");
139 ya->SetBinLabel(2,
"45, 210, FR-HR");
140 ya->SetBinLabel(3,
"45, 210, FR-TP");
141 ya->SetBinLabel(4,
"45, 220, C1");
142 ya->SetBinLabel(5,
"45, 220, FR-BT");
143 ya->SetBinLabel(6,
"45, 220, FR-HR");
144 ya->SetBinLabel(7,
"45, 220, FR-TP");
145 ya->SetBinLabel(8,
"45, 220, NR-BP");
146 ya->SetBinLabel(9,
"45, 220, NR-TP");
147 ya->SetBinLabel(10,
"56, 210, FR-BT");
148 ya->SetBinLabel(11,
"56, 210, FR-HR");
149 ya->SetBinLabel(12,
"56, 210, FR-TP");
150 ya->SetBinLabel(13,
"56, 220, C1");
151 ya->SetBinLabel(14,
"56, 220, FR-BT");
152 ya->SetBinLabel(15,
"56, 220, FR-HR");
153 ya->SetBinLabel(16,
"56, 220, FR-TP");
154 ya->SetBinLabel(17,
"56, 220, NR-BP");
155 ya->SetBinLabel(18,
"56, 220, NR-TP");
158 h_trackCorr_hor = ibooker.
book2D(
"track correlation hor",
"ctpps_common_rp_hor", 6, -0.5, 5.5, 6, -0.5, 5.5);
161 TAxis *xa =
hist->GetXaxis(), *ya =
hist->GetYaxis();
162 xa->SetBinLabel(1,
"45, 210, far");
163 ya->SetBinLabel(1,
"45, 210, far");
164 xa->SetBinLabel(2,
"45, 220, far");
165 ya->SetBinLabel(2,
"45, 220, far");
166 xa->SetBinLabel(3,
"45, 220, cyl");
167 ya->SetBinLabel(3,
"45, 220, cyl");
168 xa->SetBinLabel(4,
"56, 210, far");
169 ya->SetBinLabel(4,
"56, 210, far");
170 xa->SetBinLabel(5,
"56, 220, far");
171 ya->SetBinLabel(5,
"56, 220, far");
172 xa->SetBinLabel(6,
"56, 220, cyl");
173 ya->SetBinLabel(6,
"56, 220, cyl");
176 h_trackCorr_vert = ibooker.
book2D(
"track correlation vert",
"ctpps_common_rp_vert", 8, -0.5, 7.5, 8, -0.5, 7.5);
179 TAxis *xa =
hist->GetXaxis(), *ya =
hist->GetYaxis();
180 xa->SetBinLabel(1,
"45, 210, far, top");
181 ya->SetBinLabel(1,
"45, 210, far, top");
182 xa->SetBinLabel(2,
"45, 210, far, bot");
183 ya->SetBinLabel(2,
"45, 210, far, bot");
184 xa->SetBinLabel(3,
"45, 220, far, top");
185 ya->SetBinLabel(3,
"45, 220, far, top");
186 xa->SetBinLabel(4,
"45, 220, far, bot");
187 ya->SetBinLabel(4,
"45, 220, far, bot");
188 xa->SetBinLabel(5,
"56, 210, far, top");
189 ya->SetBinLabel(5,
"56, 210, far, top");
190 xa->SetBinLabel(6,
"56, 210, far, bot");
191 ya->SetBinLabel(6,
"56, 210, far, bot");
192 xa->SetBinLabel(7,
"56, 220, far, top");
193 ya->SetBinLabel(7,
"56, 220, far, top");
194 xa->SetBinLabel(8,
"56, 220, far, bot");
195 ya->SetBinLabel(8,
"56, 220, far, bot");
References dqm::implementation::IBooker::book1D(), dqm::implementation::IBooker::book2D(), compare::hist, and dqm::implementation::NavigatorBase::setCurrentFolder().
Referenced by CTPPSCommonDQMSource::bookHistograms().
◆ events_per_bx
MonitorElement* CTPPSCommonDQMSource::GlobalPlots::events_per_bx = nullptr |
◆ events_per_bx_short
MonitorElement * CTPPSCommonDQMSource::GlobalPlots::events_per_bx_short = nullptr |
◆ h_trackCorr_hor
MonitorElement* CTPPSCommonDQMSource::GlobalPlots::h_trackCorr_hor = nullptr |
◆ h_trackCorr_vert
MonitorElement * CTPPSCommonDQMSource::GlobalPlots::h_trackCorr_vert = nullptr |
◆ RPState
MonitorElement * book2D(TString const &name, TString const &title, int nchX, double lowX, double highX, int nchY, double lowY, double highY, FUNC onbooking=NOOP())
MonitorElement * book1D(TString const &name, TString const &title, int const nchX, double const lowX, double const highX, FUNC onbooking=NOOP())