Skip to content

Commit fa621c0

Browse files
committed
[xic0xicp] Fixed Task workflow to follow updated table
1 parent b834dc9 commit fa621c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/D2H/Tasks/taskXic0XicpToHadronic.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ struct HfTaskXic0XicpToHadronic {
507507
// //
508508
////////////////////////////////////////////
509509

510-
Filter filterSelectCandidates = (aod::hf_sel_xic0_xicp_to_hadronic::isSelXic0ToXiPi >= configs.selectionFlagXic0Xicp);
510+
Filter filterSelectCandidates = (aod::hf_sel_xic0_xicp_to_hadronic::xic0::isSelXic0ToXiPi >= configs.selectionFlagXic0Xicp);
511511

512512
void processXic0WithDCAFitter(soa::Filtered<soa::Join<aod::HfCandXic0, aod::HfSelXic0ToXiPi>> const& candidates)
513513
{

0 commit comments

Comments
 (0)