Skip to content

Commit

Permalink
Update the comment in calol2-ugt comparison plot to agree with check
Browse files Browse the repository at this point in the history
  • Loading branch information
ashtipliyski committed Apr 6, 2018
1 parent 62fd4dd commit 4227700
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DQM/L1TMonitor/src/L1TStage2uGTCaloLayer2Comp.cc
Expand Up @@ -344,8 +344,8 @@ bool L1TStage2uGTCaloLayer2Comp::compareSums(
l1t::EtSumBxCollection::const_iterator calol2It = calol2Col->begin();
l1t::EtSumBxCollection::const_iterator uGTIt = uGTCol->begin();

// if either calol2 or ugt collections are empty, or they have different
// size, mark the event as bad (this should never occur in normal running)
// if the calol2 or ugt collections have different size, mark the event as
// bad (this should never occur in normal running)
if ((calol2Col->size() != uGTCol->size())) {
comparisonNum->Fill(EVENTBADSUMCOL);
return false;
Expand Down

0 comments on commit 4227700

Please sign in to comment.