Skip to content

Commit a922bd3

Browse files
committed
Update
1 parent beea26c commit a922bd3

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

ALICE3/TableProducer/alice3strangenessFinder.cxx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -403,12 +403,12 @@ struct Alice3strangenessFinder {
403403
thisCandidate.parentTrackCovMatrix[3] = covVtx(2, 0);
404404
thisCandidate.parentTrackCovMatrix[4] = covVtx(2, 1);
405405
thisCandidate.parentTrackCovMatrix[5] = covVtx(2, 2);
406-
// thisCandidate.parentTrackCovMatrix[0] = 0;
407-
// thisCandidate.parentTrackCovMatrix[1] = 0;
408-
// thisCandidate.parentTrackCovMatrix[2] = 0;
409-
// thisCandidate.parentTrackCovMatrix[3] = 0;
410-
// thisCandidate.parentTrackCovMatrix[4] = 0;
411-
// thisCandidate.parentTrackCovMatrix[5] = 0;
406+
thisCandidate.parentTrackCovMatrix[0] = 0;
407+
thisCandidate.parentTrackCovMatrix[1] = 0;
408+
thisCandidate.parentTrackCovMatrix[2] = 0;
409+
thisCandidate.parentTrackCovMatrix[3] = 0;
410+
thisCandidate.parentTrackCovMatrix[4] = 0;
411+
thisCandidate.parentTrackCovMatrix[5] = 0;
412412

413413
thisCandidate.eta = RecoDecay::eta(std::array{thisCandidate.p[0], thisCandidate.p[1], thisCandidate.p[2]});
414414
thisCandidate.cosPA = RecoDecay::cpa(vtx, std::array{thisCandidate.posSV[0], thisCandidate.posSV[1], thisCandidate.posSV[2]},

0 commit comments

Comments
 (0)