Skip to content

Commit 476b6c6

Browse files
authored
Reorder correlator-xic-hadrons workflow addition
1 parent 4c857f9 commit 476b6c6

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

PWGHF/HFC/TableProducer/CMakeLists.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,16 +78,17 @@ o2physics_add_dpl_workflow(correlator-lc-hadrons
7878
SOURCES correlatorLcHadrons.cxx
7979
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
8080
COMPONENT_NAME Analysis)
81-
o2physics_add_dpl_workflow(correlator-xic-hadrons
82-
SOURCES correlatorXicHadrons.cxx
83-
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
84-
COMPONENT_NAME Analysis)
8581

8682
o2physics_add_dpl_workflow(correlator-lc-sc-hadrons
8783
SOURCES correlatorLcScHadrons.cxx
8884
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
8985
COMPONENT_NAME Analysis)
9086

87+
o2physics_add_dpl_workflow(correlator-xic-hadrons
88+
SOURCES correlatorXicHadrons.cxx
89+
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
90+
COMPONENT_NAME Analysis)
91+
9192
o2physics_add_dpl_workflow(producer-charm-hadrons-track-femto-dream
9293
SOURCES producerCharmHadronsTrackFemtoDream.cxx
9394
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2Physics::MLCore O2Physics::EventFilteringUtils

0 commit comments

Comments
 (0)