We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5043323 commit 0bc1311Copy full SHA for 0bc1311
1 file changed
PWGHF/HFC/TableProducer/correlatorDsHadrons.cxx
@@ -541,7 +541,7 @@ struct HfCorrelatorDsHadrons {
541
}
542
543
std::vector<float> outputMl = {-1., -1., -1.};
544
- auto prong0 = candidate.template prong0_as<MyTracksData>();
+ auto prong0 = candidate.template prong0_as<TracksWithMc>();
545
int const chargeDs = prong0.sign();
546
547
if (isDsSignal && isDecayChan && isCorrectInvMassHypo) {
@@ -1000,7 +1000,7 @@ struct HfCorrelatorDsHadrons {
1000
if (!pAssoc.isGlobalTrackWoDCA()) {
1001
continue;
1002
1003
1004
1005
1006
// prompt and non-prompt division
0 commit comments