Skip to content

Commit 24da458

Browse files
author
Luigi Dello Stritto
committed
fix
1 parent 66753ee commit 24da458

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGHF/D2H/Tasks/taskLcToK0sP.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ struct HfTaskLcToK0sP {
4343

4444
HfHelper hfHelper;
4545

46-
Filter filterSelectCandidates = (aod::hf_sel_candidate_lc_to_k0s_p::isSelLcToK0sP >= selectionFlagLcToK0sP || aod::hf_sel_candidate_lc_to_k0s_p::isSelLcToK0sP >= selectionFlagLcbarToK0sP);
47-
4846
using TracksWPid = soa::Join<aod::TracksWExtra, aod::TracksPidPr>;
4947

48+
Filter filterSelectCandidates = (aod::hf_sel_candidate_lc_to_k0s_p::isSelLcToK0sP >= selectionFlagLcToK0sP || aod::hf_sel_candidate_lc_to_k0s_p::isSelLcToK0sP >= selectionFlagLcbarToK0sP);
49+
5050
HistogramRegistry registry{"registry"};
5151

5252
void init(InitContext& context)

0 commit comments

Comments
 (0)