Skip to content

Commit

Permalink
Update DQM/SiPixelPhase1Track/plugins/SiPixelPhase1ResidualsExtra.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
perrotta committed Nov 22, 2021
1 parent 26ded1b commit 2b13e67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ void SiPixelPhase1ResidualsExtra::fillMEs(DQMStore::IBooker& iBooker, DQMStore::
MonitorElement* me2_y = iGetter.get(
"PixelPhase1/Tracks/ResidualsExtra/PXForward/DRnR_y_per_PXDisk_per_SignedBladePanel_PXRing_" + ring);

if (me_x == nullptr || me_y == nullptr || me2_x == nullptr || me2_x == nullptr) {
if (me_x == nullptr || me_y == nullptr || me2_x == nullptr || me2_y == nullptr) {
edm::LogWarning("SiPixelPhase1ResidualsExtra")
<< "Residuals plots for Pixel FPIX Ring" << ring << " not found. Skipping ResidualsExtra plots generation.";
continue;
Expand Down

0 comments on commit 2b13e67

Please sign in to comment.