Skip to content

Commit e25d139

Browse files
authoredDec 9, 2024
[PWGHF] Add missing subscription for D0 candidates tables (AliceO2Group#8849)
1 parent 49b99d8 commit e25d139

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎PWGHF/D2H/Tasks/taskDirectedFlowCharmHadrons.cxx

+2
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@ struct HfTaskDirectedFlowCharmHadrons {
341341
}
342342
// D0 with ML
343343
void processD0Ml(CollsWithQvecs::iterator const& collision,
344+
CandD0DataWMl const& /*candidatesD0*/,
344345
TracksWithExtra const& tracks)
345346
{
346347
auto candsD0ToPiKWMl = selectedD0ToPiKWMl->sliceByCached(aod::hf_cand::collisionId, collision.globalIndex(), cache);
@@ -352,6 +353,7 @@ struct HfTaskDirectedFlowCharmHadrons {
352353

353354
// D0 with rectangular cuts
354355
void processD0Std(CollsWithQvecs::iterator const& collision,
356+
CandD0Data const& /*candidatesD0*/,
355357
TracksWithExtra const& tracks)
356358
{
357359
auto candsD0ToPiK = selectedD0ToPiK->sliceByCached(aod::hf_cand::collisionId, collision.globalIndex(), cache);

0 commit comments

Comments
 (0)
Please sign in to comment.