Skip to content

Commit e7383df

Browse files
authored
update taskD0.cxx
Removed unused filterD0Flag variable from taskD0.cxx.
1 parent 0789108 commit e7383df

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

PWGHF/D2H/Tasks/taskD0.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,7 @@ struct HfTaskD0 {
125125
using TracksSelQuality = soa::Join<aod::TracksExtra, aod::TracksWMc>;
126126
using TracksWPid = soa::Join<o2::aod::FullTracks, aod::TracksDCA, o2::aod::TrackSelection, aod::TracksPidPi, aod::PidTpcTofFullPi, aod::TracksPidKa, aod::PidTpcTofFullKa, aod::TracksPidPr, aod::PidTpcTofFullPr>;
127127
// using TracksWithExtra = o2::soa::Join<o2::aod::FullTracks, o2::aod::TrackSelection>;
128-
129128
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-
131129
Preslice<TracksWPid> perCol = aod::track::collisionId;
132130
Preslice<aod::HfCand2Prong> candD0PerCollision = aod::hf_cand::collisionId;
133131

0 commit comments

Comments
 (0)