We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66753ee commit 24da458Copy full SHA for 24da458
PWGHF/D2H/Tasks/taskLcToK0sP.cxx
@@ -43,10 +43,10 @@ struct HfTaskLcToK0sP {
43
44
HfHelper hfHelper;
45
46
- Filter filterSelectCandidates = (aod::hf_sel_candidate_lc_to_k0s_p::isSelLcToK0sP >= selectionFlagLcToK0sP || aod::hf_sel_candidate_lc_to_k0s_p::isSelLcToK0sP >= selectionFlagLcbarToK0sP);
47
-
48
using TracksWPid = soa::Join<aod::TracksWExtra, aod::TracksPidPr>;
49
+ Filter filterSelectCandidates = (aod::hf_sel_candidate_lc_to_k0s_p::isSelLcToK0sP >= selectionFlagLcToK0sP || aod::hf_sel_candidate_lc_to_k0s_p::isSelLcToK0sP >= selectionFlagLcbarToK0sP);
+
50
HistogramRegistry registry{"registry"};
51
52
void init(InitContext& context)
0 commit comments