File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -453,7 +453,7 @@ struct HfCorrelatorLcScHadrons {
453453 track.pt () * track.sign (),
454454 binPool,
455455 correlStatus);
456- entryCandHadronPairY (track.y ( ) - yCand);
456+ entryCandHadronPairY (track.rapidity (MassProton ) - yCand);
457457 entryCandHadronMlInfo (outMl[0 ], outMl[1 ]);
458458 entryTrackRecoInfo (track.dcaXY (), track.dcaZ (), track.tpcNClsCrossedRows ());
459459 entryPairCandCharge (signCand);
@@ -918,7 +918,7 @@ struct HfCorrelatorLcScHadrons {
918918 static constexpr std::size_t NDaughtersLc{3u };
919919 std::vector<int > listDaughters{};
920920 listDaughters.clear ();
921- const std::size_t nDaughtersExpected = isCandSc ? 4 : 3 ;
921+ const std::size_t nDaughtersExpected = isCandSc ? NDaughtersSc : NDaughtersLc ;
922922
923923 if (isCandSc) {
924924 if (massCand == o2::constants::physics::MassSigmaC0 || massCand == o2::constants::physics::MassSigmaCStar0) {
You can’t perform that action at this time.
0 commit comments