Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Dildick committed Jun 16, 2020
1 parent 45c00a8 commit 7c7b7df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion L1Trigger/L1TGEM/plugins/GEMPadDigiProducer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ void GEMPadDigiProducer::buildPads16GE21(const GEMDigiCollection& det_digis, GEM
auto digis = det_digis.get(p->id());

GEMDetId gemId2(
p->id().region(), p->id().ring(), p->id().station(), p->id().layer(), p->id().chamber(), p->id().roll() - 1);
p->id().region(), p->id().ring(), p->id().station(), p->id().layer(), p->id().chamber(), p->id().roll() + 1);
auto digis2 = det_digis.get(gemId2);

for (auto d = digis.first; d != digis.second; ++d) {
Expand Down

0 comments on commit 7c7b7df

Please sign in to comment.