We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0789108 commit a1ad152Copy full SHA for a1ad152
1 file changed
PWGHF/D2H/Tasks/taskD0.cxx
@@ -127,7 +127,7 @@ struct HfTaskD0 {
127
// using TracksWithExtra = o2::soa::Join<o2::aod::FullTracks, o2::aod::TrackSelection>;
128
129
Filter filterD0Flag = (o2::aod::hf_track_index::hfflag & static_cast<uint8_t>(BIT(aod::hf_cand_2prong::DecayType::D0ToPiK))) != static_cast<uint8_t>(0);
130
-
+
131
Preslice<TracksWPid> perCol = aod::track::collisionId;
132
Preslice<aod::HfCand2Prong> candD0PerCollision = aod::hf_cand::collisionId;
133
0 commit comments