Skip to content

Commit

Permalink
Bug fix: now properly reinitiliazing SegmentIsGood in the second segm…
Browse files Browse the repository at this point in the history
…ent loop
  • Loading branch information
lathomas committed Aug 7, 2015
1 parent 0c4082b commit 6756341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RecoMET/METAlgorithms/src/CSCHaloAlgo.cc
Expand Up @@ -552,7 +552,7 @@ reco::CSCHaloData CSCHaloAlgo::Calculate(const CSCGeometry& TheCSCGeometry,
jSegment != TheCSCSegments->end();
jSegment++) {
if (jSegment == iSegment) continue;

SegmentIsGood=true;
LocalPoint jLocalPosition = jSegment->localPosition();
LocalVector jLocalDirection = jSegment->localDirection();
CSCDetId jCscDetID = jSegment->cscDetId();
Expand Down

0 comments on commit 6756341

Please sign in to comment.