Skip to content

Commit 2bd9b2c

Browse files
committed
correct mistake
1 parent 004eff2 commit 2bd9b2c

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

PWGMM/Mult/Tasks/mftReassociationValidation.cxx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1319,10 +1319,6 @@ struct MftReassociationValidation {
13191319

13201320
auto templatedTrack = reassociated2dMftTrack.template mfttrack_as<FilteredMftTracksWCollsMcLabels>();
13211321

1322-
if (reassociated2dMftTrack.compatibleCollIds().size() > 0) {
1323-
return;
1324-
}
1325-
13261322
o2::track::TrackParCovFwd trackPar = o2::aod::fwdtrackutils::getTrackParCovFwdShift(templatedTrack, mZShift);
13271323
std::array<double, 3> dcaInfOrig;
13281324
trackPar.propagateToDCAhelix(bZ, {collision.posX(), collision.posY(), collision.posZ()}, dcaInfOrig);
@@ -1711,10 +1707,6 @@ struct MftReassociationValidation {
17111707

17121708
auto templatedTrack = reassociated3dMftTrack.template mfttrack_as<FilteredMftTracksWCollsMcLabels>();
17131709

1714-
if (reassociated3dMftTrack.compatibleCollIds().size() > 0) {
1715-
return;
1716-
}
1717-
17181710
o2::track::TrackParCovFwd trackPar = o2::aod::fwdtrackutils::getTrackParCovFwdShift(templatedTrack, mZShift);
17191711
std::array<double, 3> dcaInfOrig;
17201712
trackPar.propagateToDCAhelix(bZ, {collision.posX(), collision.posY(), collision.posZ()}, dcaInfOrig);

0 commit comments

Comments
 (0)