Skip to content

Commit 522aa01

Browse files
committed
[PWGHF] Fix bug when using prong0_as in correlatorDMesonPairs.cxx
1 parent 262c443 commit 522aa01

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGHF/HFC/TableProducer/correlatorDMesonPairs.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -940,8 +940,8 @@ struct HfCorrelatorDMesonPairs {
940940
auto etaCandidate1 = candidate1.eta();
941941
float const massD0Cand1 = HfHelper::invMassD0ToPiK(candidate1);
942942
float const massD0barCand1 = HfHelper::invMassD0barToKPi(candidate1);
943-
auto prong0Cand1 = candidate1.template prong0_as<TracksData>();
944-
auto prong1Cand1 = candidate1.template prong1_as<TracksData>();
943+
auto prong0Cand1 = candidate1.template prong0_as<aod::Tracks>();
944+
auto prong1Cand1 = candidate1.template prong1_as<aod::Tracks>();
945945

946946
if (std::abs(HfHelper::yD0(candidate1)) > yCandMax) {
947947
continue;

0 commit comments

Comments
 (0)