Skip to content

Commit

Permalink
revert NOT use BPIX1 filter in quads
Browse files Browse the repository at this point in the history
  • Loading branch information
VinInn committed Aug 25, 2017
1 parent 70009f7 commit f2012ec
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ void CAHitQuadrupletGenerator::hitNtuplets(const IntermediateHitDoublets& region
const float thisMaxChi2 = maxChi2Eval.value(abscurv);
if (theComparitor)
{
SeedingHitSet tmpTriplet(allCells[foundQuadruplets[quadId][1]].getInnerHit(),
SeedingHitSet tmpTriplet(allCells[foundQuadruplets[quadId][0]].getInnerHit(),
allCells[foundQuadruplets[quadId][2]].getInnerHit(),
allCells[foundQuadruplets[quadId][2]].getOuterHit());

Expand Down Expand Up @@ -537,7 +537,7 @@ void CAHitQuadrupletGenerator::hitQuadruplets(const TrackingRegion& region,

if (theComparitor)
{
SeedingHitSet tmpTriplet(allCells[foundQuadruplets[quadId][1]].getInnerHit(),
SeedingHitSet tmpTriplet(allCells[foundQuadruplets[quadId][0]].getInnerHit(),
allCells[foundQuadruplets[quadId][2]].getInnerHit(),
allCells[foundQuadruplets[quadId][2]].getOuterHit());

Expand Down

0 comments on commit f2012ec

Please sign in to comment.