Skip to content

Commit

Permalink
Merge pull request #35103 from eyigitba/EMTF_disableGEMWarnings_11_3_…
Browse files Browse the repository at this point in the history
…X_Aug21

Disabled duplicate GEM TP warnings in EMTF GEM unpacker [11_3_X]
  • Loading branch information
cmsbuild committed Sep 6, 2021
2 parents 6822fb5 + 031dc57 commit fd28642
Showing 1 changed file with 6 additions and 5 deletions.
Expand Up @@ -227,11 +227,12 @@ namespace l1t {
}
} // End loop: for (auto const & iHit : *res_hit)

if (exact_duplicate)
edm::LogWarning("L1T|EMTF") << "EMTF unpacked duplicate GEM digis: BX " << Hit_.BX() << ", endcap "
<< Hit_.Endcap() << ", station " << Hit_.Station() << ", neighbor "
<< Hit_.Neighbor() << ", ring " << Hit_.Ring() << ", chamber " << Hit_.Chamber()
<< ", roll " << Hit_.Roll() << ", pad " << Hit_.Pad() << std::endl;
// TODO: Re-enable once GEM TP data format is fixed
// if (exact_duplicate)
// edm::LogWarning("L1T|EMTF") << "EMTF unpacked duplicate GEM digis: BX " << Hit_.BX() << ", endcap "
// << Hit_.Endcap() << ", station " << Hit_.Station() << ", neighbor "
// << Hit_.Neighbor() << ", ring " << Hit_.Ring() << ", chamber " << Hit_.Chamber()
// << ", roll " << Hit_.Roll() << ", pad " << Hit_.Pad() << std::endl;

(res->at(iOut)).push_GEM(GEM_);
if (!exact_duplicate)
Expand Down

0 comments on commit fd28642

Please sign in to comment.