Skip to content

Commit 390ded9

Browse files
remove unused vars
1 parent 2149475 commit 390ded9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

PWGHF/D2H/Tasks/taskFlowCharmHadrons.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,6 @@ struct HfTaskFlowCharmHadrons {
576576
float yQVec = qVecs[1];
577577
float const amplQVec = qVecs[2];
578578
float const evtPl = epHelper.GetEventPlane(xQVec, yQVec, harmonic);
579-
int nProngs = 3;
580579

581580
for (const auto& candidate : candidates) {
582581
float massCand = 0.;
@@ -611,7 +610,6 @@ struct HfTaskFlowCharmHadrons {
611610
}
612611
}
613612
} else if constexpr (std::is_same_v<T1, CandD0Data> || std::is_same_v<T1, CandD0DataWMl>) {
614-
nProngs = 2;
615613
switch (Channel) {
616614
case DecayChannel::D0ToPiK:
617615
massCand = HfHelper::invMassD0ToPiK(candidate);

0 commit comments

Comments
 (0)