117 events_per_bx = ibooker.
book1D(
"events per BX",
"rp;Event.BX", 4002, -1.5, 4000. + 0.5);
118 events_per_bx_short = ibooker.
book1D(
"events per BX (short)",
"rp;Event.BX", 102, -1.5, 100. + 0.5);
127 RPState = ibooker.
book2D(
"rpstate per LS",
128 "RP State per Lumisection;Luminosity Section;",
136 TH2F *
hist = RPState->getTH2F();
137 hist->SetCanExtend(TH1::kAllAxes);
138 TAxis *ya =
hist->GetYaxis();
139 ya->SetBinLabel(1,
"45, 210, FR-BT");
140 ya->SetBinLabel(2,
"45, 210, FR-HR");
141 ya->SetBinLabel(3,
"45, 210, FR-TP");
142 ya->SetBinLabel(4,
"45, 220, C1");
143 ya->SetBinLabel(5,
"45, 220, FR-BT");
144 ya->SetBinLabel(6,
"45, 220, FR-HR");
145 ya->SetBinLabel(7,
"45, 220, FR-TP");
146 ya->SetBinLabel(8,
"45, 220, NR-BP");
147 ya->SetBinLabel(9,
"45, 220, NR-TP");
148 ya->SetBinLabel(10,
"56, 210, FR-BT");
149 ya->SetBinLabel(11,
"56, 210, FR-HR");
150 ya->SetBinLabel(12,
"56, 210, FR-TP");
151 ya->SetBinLabel(13,
"56, 220, C1");
152 ya->SetBinLabel(14,
"56, 220, FR-BT");
153 ya->SetBinLabel(15,
"56, 220, FR-HR");
154 ya->SetBinLabel(16,
"56, 220, FR-TP");
155 ya->SetBinLabel(17,
"56, 220, NR-BP");
156 ya->SetBinLabel(18,
"56, 220, NR-TP");
159 h_trackCorr_hor = ibooker.
book2D(
"track correlation hor",
"ctpps_common_rp_hor", 8, -0.5, 7.5, 8, -0.5, 7.5);
161 TH2F *
hist = h_trackCorr_hor->getTH2F();
162 TAxis *xa =
hist->GetXaxis(), *ya =
hist->GetYaxis();
163 xa->SetBinLabel(1,
"45, 210, FR");
164 ya->SetBinLabel(1,
"45, 210, FR");
165 xa->SetBinLabel(2,
"45, 220, NR");
166 ya->SetBinLabel(2,
"45, 220, NR");
167 xa->SetBinLabel(3,
"45, 220, C1");
168 ya->SetBinLabel(3,
"45, 220, C1");
169 xa->SetBinLabel(4,
"45, 220, FR");
170 ya->SetBinLabel(4,
"45, 220, FR");
172 xa->SetBinLabel(5,
"56, 210, FR");
173 ya->SetBinLabel(5,
"56, 210, FR");
174 xa->SetBinLabel(6,
"56, 220, NR");
175 ya->SetBinLabel(6,
"56, 220, NR");
176 xa->SetBinLabel(7,
"56, 220, C1");
177 ya->SetBinLabel(7,
"56, 220, C1");
178 xa->SetBinLabel(8,
"56, 220, FR");
179 ya->SetBinLabel(8,
"56, 220, FR");
182 h_trackCorr_vert = ibooker.
book2D(
"track correlation vert",
"ctpps_common_rp_vert", 8, -0.5, 7.5, 8, -0.5, 7.5);
184 TH2F *
hist = h_trackCorr_vert->getTH2F();
185 TAxis *xa =
hist->GetXaxis(), *ya =
hist->GetYaxis();
186 xa->SetBinLabel(1,
"45, 210, FR-TP");
187 ya->SetBinLabel(1,
"45, 210, FR-TP");
188 xa->SetBinLabel(2,
"45, 210, FR-BT");
189 ya->SetBinLabel(2,
"45, 210, FR-BT");
190 xa->SetBinLabel(3,
"45, 220, FR-TP");
191 ya->SetBinLabel(3,
"45, 220, FR-TP");
192 xa->SetBinLabel(4,
"45, 220, FR-BT");
193 ya->SetBinLabel(4,
"45, 220, FR-BT");
194 xa->SetBinLabel(5,
"56, 210, FR-TP");
195 ya->SetBinLabel(5,
"56, 210, FR-TP");
196 xa->SetBinLabel(6,
"56, 210, FR-BT");
197 ya->SetBinLabel(6,
"56, 210, FR-BT");
198 xa->SetBinLabel(7,
"56, 220, FR-TP");
199 ya->SetBinLabel(7,
"56, 220, FR-TP");
200 xa->SetBinLabel(8,
"56, 220, FR-BT");
201 ya->SetBinLabel(8,
"56, 220, FR-BT");
213 string title =
"ctpps_common_sector_" +
name;
216 ibooker.
book1D(
"number of top RPs with tracks",
title +
";number of top RPs with tracks", 5, -0.5, 4.5);
218 ibooker.
book1D(
"number of hor RPs with tracks",
title +
";number of hor RPs with tracks", 5, -0.5, 4.5);
220 ibooker.
book1D(
"number of bot RPs with tracks",
title +
";number of bot RPs with tracks", 5, -0.5, 4.5);
224 TAxis *xa = h_trackCorr_h->GetXaxis(), *ya = h_trackCorr_h->GetYaxis();
225 xa->SetBinLabel(1,
"210, FR-HR");
226 ya->SetBinLabel(1,
"210, FR-HR");
227 xa->SetBinLabel(2,
"210, FR-TP");
228 ya->SetBinLabel(2,
"210, FR-TP");
229 xa->SetBinLabel(3,
"210, FR-BT");
230 ya->SetBinLabel(3,
"210, FR-BT");
231 xa->SetBinLabel(4,
"220, NR-HR");
232 ya->SetBinLabel(4,
"220, NR-HR");
233 xa->SetBinLabel(5,
"220, C1");
234 ya->SetBinLabel(5,
"220, C1");
235 xa->SetBinLabel(6,
"220, FR-HR");
236 ya->SetBinLabel(6,
"220, FR-HR");
237 xa->SetBinLabel(7,
"220, FR-TP");
238 ya->SetBinLabel(7,
"220, FR-TP");
239 xa->SetBinLabel(8,
"220, FR-BT");
240 ya->SetBinLabel(8,
"220, FR-BT");
244 xa = h_trackCorr_h->GetXaxis();
245 ya = h_trackCorr_h->GetYaxis();
246 xa->SetBinLabel(1,
"210, FR-HR");
247 ya->SetBinLabel(1,
"210, FR-HR");
248 xa->SetBinLabel(2,
"210, FR-TP");
249 ya->SetBinLabel(2,
"210, FR-TP");
250 xa->SetBinLabel(3,
"210, FR-BT");
251 ya->SetBinLabel(3,
"210, FR-BT");
252 xa->SetBinLabel(4,
"220, NR-HR");
253 ya->SetBinLabel(4,
"220, NR-HR");
254 xa->SetBinLabel(5,
"220, C1");
255 ya->SetBinLabel(5,
"220, C1");
256 xa->SetBinLabel(6,
"220, FR-HR");
257 ya->SetBinLabel(6,
"220, FR-HR");
258 xa->SetBinLabel(7,
"220, FR-TP");
259 ya->SetBinLabel(7,
"220, FR-TP");
260 xa->SetBinLabel(8,
"220, FR-BT");
261 ya->SetBinLabel(8,
"220, FR-BT");
265 h_proton_th_x = ibooker.
book1D(
"proton theta st x",
";#theta^{*}_{x} (rad)", 250, -500E-6, +500E-6);
266 h_proton_th_y = ibooker.
book1D(
"proton theta st y",
";#theta^{*}_{y} (rad)", 250, -500E-6, +500E-6);
271 for (
const unsigned int rpDecId : {3, 22, 16, 23}) {
272 unsigned int st = rpDecId / 10, rp = rpDecId % 10, rpFullDecId =
id * 100 + rpDecId;
274 string stName, rpName;
277 rpName = stName +
"_" + rpName;
279 const bool timingRP = (rpDecId == 22 || rpDecId == 16);
283 ibooker.
book1D(rpName +
" - track x histogram",
title +
"/" + rpName +
";track x (mm)", 200, 0., 40.),
285 rpName +
" - track time histogram",
title +
"/" + rpName +
";track time (ns)", 100, -25., +50.)};
288 ibooker.
book1D(rpName +
" - track x histogram",
title +
"/" + rpName +
";track x (mm)", 200, 0., 40.),
289 ibooker.
book1D(rpName +
" - track y histogram",
title +
"/" + rpName +
";track y (mm)", 200, -20., +20.)};
298 :
verbosity(ps.getUntrackedParameter<unsigned
int>(
"verbosity", 0)),
320 for (
unsigned int arm = 0;
arm < 2;
arm++) {
343 LogProblem(
"CTPPSCommonDQMSource") <<
"ERROR in CTPPSCommonDQMSource::analyzeCTPPSRecord > input not available.";
348 auto &
rpstate = *luminosityBlockCache(
event.getLuminosityBlock().index());
350 rpstate.reserve(CTPPSRecord::RomanPot::Last);
351 for (uint8_t
i = 0;
i < CTPPSRecord::RomanPot::Last; ++
i)
366 LogProblem(
"CTPPSCommonDQMSource") <<
"ERROR in CTPPSCommonDQMSource::analyzeTracks > input not available.";
373 set<signed int> s_rp_idx_global_hor, s_rp_idx_global_vert;
374 map<unsigned int, set<signed int>> ms_rp_idx_arm;
376 for (
auto &tr : *hTracks) {
378 const unsigned int arm = rpId.arm();
379 const unsigned int stNum = rpId.station();
380 const unsigned int rpNum = rpId.rp();
381 const unsigned int stRPNum = stNum * 10 + rpNum;
395 s_rp_idx_global_hor.insert(4 *
arm +
idx);
410 s_rp_idx_global_vert.insert(4 *
arm +
idx);
432 const signed int hor = ((rpNum == 2) || (rpNum == 3) || (rpNum == 6)) ? 1 : 0;
435 ms_rp_idx_arm[
arm].insert(
idx * 10 + hor);
445 for (
const auto &idx1 : s_rp_idx_global_hor)
446 for (
const auto &idx2 : s_rp_idx_global_hor)
449 for (
const auto &idx1 : s_rp_idx_global_vert)
450 for (
const auto &idx2 : s_rp_idx_global_vert)
456 map<unsigned int, set<unsigned int>>
mTop, mHor, mBot;
458 for (
auto &tr : *hTracks) {
460 const unsigned int rpNum = rpId.
rp();
461 const unsigned int armIdx = rpId.arm();
463 if (rpNum == 0 || rpNum == 4)
464 mTop[armIdx].insert(rpId);
465 if (rpNum == 2 || rpNum == 3 || rpNum == 6)
466 mHor[armIdx].insert(rpId);
467 if (rpNum == 1 || rpNum == 5)
468 mBot[armIdx].insert(rpId);
471 unsigned int rpDecId = rpId.arm() * 100 + rpId.station() * 10 + rpId.rp();
475 auto it = ap.trackingRPPlots.find(rpDecId);
476 if (it != ap.trackingRPPlots.end()) {
477 it->second.h_x->Fill(tr.x());
478 it->second.h_y->Fill(tr.y());
484 auto it = ap.timingRPPlots.find(rpDecId);
485 if (it != ap.timingRPPlots.end()) {
486 it->second.h_x->Fill(tr.x());
487 it->second.h_time->Fill(tr.time());
493 p.second.h_numRPWithTrack_top->Fill(
mTop[
p.first].size());
494 p.second.h_numRPWithTrack_hor->Fill(mHor[
p.first].size());
495 p.second.h_numRPWithTrack_bot->Fill(mBot[
p.first].size());
501 for (
const auto &ap : ms_rp_idx_arm) {
504 for (
const auto &idx1 : ap.second) {
505 for (
const auto &idx2 : ap.second) {
506 plots.h_trackCorr->Fill(idx1 / 10, idx2 / 10);
508 if ((idx1 % 10) != (idx2 % 10))
509 plots.h_trackCorr_overlap->Fill(idx1 / 10, idx2 / 10);
525 LogProblem(
"CTPPSCommonDQMSource") <<
"ERROR in CTPPSCommonDQMSource::analyzeProtons > input not available.";
531 for (
auto &
p : *hRecoProtons) {
535 signed int armIndex = -1;
545 plots.h_proton_xi->Fill(
p.xi());
546 plots.h_proton_th_x->Fill(
p.thetaX());
547 plots.h_proton_th_y->Fill(
p.thetaY());
548 plots.h_proton_t->Fill(fabs(
p.t()));
549 plots.h_proton_time->Fill(
p.time());
557 return std::make_shared<std::vector<int>>();
563 auto const &
rpstate = *luminosityBlockCache(iLumi.
index());
MonitorElement * h_proton_time
LuminosityBlockNumber_t luminosityBlock() const
std::shared_ptr< std::vector< int > > globalBeginLuminosityBlock(const edm::LuminosityBlock &iLumi, const edm::EventSetup &c) const override
MonitorElement * h_proton_xi
virtual void setCurrentFolder(std::string const &fullpath)
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
std::map< unsigned int, TimingRPPlots > timingRPPlots
Local (=single RP) track with essential information only.
MonitorElement * h_proton_th_y
#define DEFINE_FWK_MODULE(type)
MonitorElement * h_proton_t
~CTPPSCommonDQMSource() override
const unsigned int verbosity
MonitorElement * h_trackCorr_hor
void globalEndLuminosityBlock(const edm::LuminosityBlock &iLumi, const edm::EventSetup &c) override
MonitorElement * h_trackCorr_overlap
CTPPSCommonDQMSource(const edm::ParameterSet &ps)
std::vector< int > rpstate
EDGetTokenT< ProductType > consumes(edm::InputTag const &tag)
bool makeProtonRecoPlots_
std::map< unsigned int, ArmPlots > armPlots
MonitorElement * h_numRPWithTrack_bot
void Init(DQMStore::IBooker &ibooker)
static constexpr int MAX_VBINS
const edm::EDGetTokenT< std::vector< reco::ForwardProton > > tokenRecoProtons
MonitorElement * h_numRPWithTrack_top
MonitorElement * events_per_bx
void rpName(std::string &name, NameFlag flag=nFull) const
MonitorElement * events_per_bx_short
void analyzeTracks(edm::Event const &event, edm::EventSetup const &eventSetup)
MonitorElement * h_trackCorr_vert
void armName(std::string &name, NameFlag flag=nFull) const
plots related to the whole system
MonitorElement * h_trackCorr
std::map< unsigned int, TrackingRPPlots > trackingRPPlots
virtual void setBinContent(int binx, double content)
set content of bin (1-D)
LuminosityBlockID id() const
MonitorElement * book2D(TString const &name, TString const &title, int nchX, double lowX, double highX, int nchY, double lowY, double highY, FUNC onbooking=NOOP())
Base class for CTPPS detector IDs.
LuminosityBlockIndex index() const
const edm::EDGetTokenT< std::vector< CTPPSLocalTrackLite > > tokenLocalTrackLite
void analyzeProtons(edm::Event const &event, edm::EventSetup const &eventSetup)
Class to contain CTPPS information from soft FED 1022.
void stationName(std::string &name, NameFlag flag=nFull) const
void analyzeCTPPSRecord(edm::Event const &event, edm::EventSetup const &eventSetup)
void analyze(edm::Event const &e, edm::EventSetup const &eSetup) override
const edm::EDGetTokenT< CTPPSRecord > ctppsRecordToken
MonitorElement * h_numRPWithTrack_hor
MonitorElement * h_proton_th_x
Status status(const uint8_t rp) const
Return the status of the given roman pot.
MonitorElement * book1D(TString const &name, TString const &title, int const nchX, double const lowX, double const highX, FUNC onbooking=NOOP())
static constexpr int MAX_LUMIS
Log< level::Error, true > LogProblem