Skip to content

Commit

Permalink
Clean-up more comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Loeliger committed Oct 6, 2020
1 parent 725b6e1 commit befefd9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions DQMOffline/L1Trigger/src/L1TStage2CaloLayer1Offline.cc
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ void L1TStage2CaloLayer1Offline::dqmAnalyze(const edm::Event& event,
if (not EetAgreement) {
data.ecalOccEtDiscrepancy_->Fill(ieta, iphi);
data.ecalTPRawEtDiffNoMatch_->Fill(recdTp.compressedEt() - sentTp.compressedEt());
//updateMismatch(event, 0);

if (sentTp.compressedEt() == 0)
data.ecalOccRecdNotSent_->Fill(ieta, iphi);
Expand All @@ -183,7 +182,6 @@ void L1TStage2CaloLayer1Offline::dqmAnalyze(const edm::Event& event,
if (not EfbAgreement) {
// occ for fine grain mismatch
data.ecalOccFgDiscrepancy_->Fill(ieta, iphi);
//updateMismatch(event, 1);
}
}
}
Expand Down

0 comments on commit befefd9

Please sign in to comment.