Skip to content

Commit 4ea01a5

Browse files
committed
Remove unused variables in runCreator2ProngWithKFParticle
1 parent 0454367 commit 4ea01a5

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

PWGHF/TableProducer/candidateCreator2Prong.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,6 @@ struct HfCandidateCreator2Prong {
244244
for (const auto& rowTrackIndexProng2 : rowsTrackIndexProng2) {
245245
auto track0 = rowTrackIndexProng2.template prong0_as<TTracks>();
246246
auto track1 = rowTrackIndexProng2.template prong1_as<TTracks>();
247-
auto trackParVarPos1 = getTrackParCov(track0);
248-
auto trackParVarNeg1 = getTrackParCov(track1);
249247
auto collision = rowTrackIndexProng2.collision();
250248

251249
/// Set the magnetic field from ccdb.

0 commit comments

Comments
 (0)