File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -243,13 +243,15 @@ struct HfTaskDirectedFlowCharmHadrons {
243243 switch (channel) {
244244 case DecayChannel::D0ToPiK:
245245 massCand = hfHelper.invMassD0ToPiK (candidate);
246+ rapCand = hfHelper.yD0 (candidate);
246247 if constexpr (std::is_same_v<T1, CandD0DataWMl>) {
247248 for (unsigned int iclass = 0 ; iclass < classMl->size (); iclass++)
248249 outputMl[iclass] = candidate.mlProbD0 ()[classMl->at (iclass)];
249250 }
250251 break ;
251252 case DecayChannel::D0ToKPi:
252253 massCand = hfHelper.invMassD0barToKPi (candidate);
254+ rapCand = hfHelper.yD0 (candidate);
253255 if constexpr (std::is_same_v<T1, CandD0DataWMl>) {
254256 for (unsigned int iclass = 0 ; iclass < classMl->size (); iclass++)
255257 outputMl[iclass] = candidate.mlProbD0bar ()[classMl->at (iclass)];
You can’t perform that action at this time.
0 commit comments