Skip to content

Commit

Permalink
Minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
cvuosalo committed May 5, 2020
1 parent 556c45c commit 1d01e2b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Validation/MuonGEMDigis/plugins/GEMCoPadDigiValidation.cc
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ void GEMCoPadDigiValidation::analyze(const edm::Event& event, const edm::EventSe
lpArray[ptCounter] = etaPartition->centreOfPad(padArray[ptCounter]);
} // end for
if (ptCounter < 2) { // Broke out of "for" loop
edm::LogError(kLogCategory_) << "Skipping a digi after " << (ptCounter + 1) << " tries.";
edm::LogError(kLogCategory_) << "Skipping a digi due to bad chamber " << (ptCounter + 1);
continue;
}
const GlobalPoint& gp1 = surface.toGlobal(lpArray[0]);
Expand Down
1 change: 0 additions & 1 deletion Validation/MuonGEMHits/plugins/GEMSimHitValidation.cc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ void GEMSimHitValidation::bookHistograms(DQMStore::IBooker& booker, edm::Run con
return;
} else {
for (const auto& station : regionsVec[0]->stations()) {
// for (const auto& station : gem->regions()[0]->stations())
Int_t station_id = station->station();
const auto [tof_min, tof_max] = getTOFRange(station_id);
auto tof_name = TString::Format("tof_muon_st%d", station_id);
Expand Down

0 comments on commit 1d01e2b

Please sign in to comment.