Skip to content

Commit

Permalink
fixup MTVHistoProducerAlgoForTracker
Browse files Browse the repository at this point in the history
  • Loading branch information
guitargeek committed May 26, 2020
1 parent 3aa01a6 commit 643feef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Validation/RecoTrack/src/MTVHistoProducerAlgoForTracker.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2584,6 +2584,7 @@ unsigned int MTVHistoProducerAlgoForTracker::getSeedingLayerSetBin(const reco::T
const bool isStripMono = subdetStrip && trackerHitRTTI::isSingle(recHit);
searchId[i] =
SeedingLayerId(SeedingLayerSetsBuilder::SeedingLayerId(subdet, side, ttopo.layer(detId)), isStripMono);
++i;
}
auto found = seedingLayerSetToBin.find(searchId);
if (found == seedingLayerSetToBin.end()) {
Expand Down

0 comments on commit 643feef

Please sign in to comment.