Skip to content

Commit 91951d0

Browse files
authored
Correction TrackSelectionDca flag
Comment out the TrackSelectionDca flag definition.
1 parent b14a2c0 commit 91951d0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

PWGLF/Tasks/GlobalEventProperties/studyPnch.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ static constexpr TrackSelectionFlags::flagtype TrackSelectionTpc =
6464
TrackSelectionFlags::kTPCNCls |
6565
TrackSelectionFlags::kTPCCrossedRowsOverNCls |
6666
TrackSelectionFlags::kTPCChi2NDF;
67-
static constexpr TrackSelectionFlags::flagtype TrackSelectionDca =
68-
TrackSelectionFlags::kDCAz | TrackSelectionFlags::kDCAxy;
67+
// static constexpr TrackSelectionFlags::flagtype TrackSelectionDca = TrackSelectionFlags::kDCAz | TrackSelectionFlags::kDCAxy;
6968
static constexpr TrackSelectionFlags::flagtype TrackSelectionDcaxyOnly =
7069
TrackSelectionFlags::kDCAxy;
7170

0 commit comments

Comments
 (0)