Skip to content

Commit 5c26fd4

Browse files
author
zjxiongOvO
committed
fix wrong defination
1 parent c04669b commit 5c26fd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGJE/Core/JetDQUtilities.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ void fillDielectronCandidateTable(T const& candidate, int32_t collisionIndex, U&
347347
candidate.pairDCAxyz(), candidate.pairDCAxy(),
348348
candidate.deviationPairKF(), candidate.deviationxyPairKF(),
349349
candidate.massKFGeoTop(), candidate.chi2overndfKFGeoTop(),
350-
candidate.tauz(), candidate.tauxy(), candidate.tauxyPoleJpsiMass, candidate.lz(), candidate.lxy());
350+
candidate.tauz(), candidate.tauxy(), candidate.tauxyPoleJpsiMass(), candidate.lz(), candidate.lxy());
351351
}
352352

353353
template <typename T, typename U>

0 commit comments

Comments
 (0)