Skip to content

Commit 249b3c1

Browse files
committed
updates with final option
1 parent 815110e commit 249b3c1

File tree

4 files changed

+289
-81
lines changed

4 files changed

+289
-81
lines changed

PWGHF/TableProducer/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
o2physics_add_dpl_workflow(track-index-skim-creator
1515
SOURCES trackIndexSkimCreator.cxx
16-
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2::DetectorsVertexing O2::DCAFitter O2Physics::AnalysisCCDB O2Physics::MLCore O2Physics::EventFilteringUtils
16+
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2::DetectorsVertexing O2::DCAFitter O2Physics::AnalysisCCDB O2Physics::MLCore O2Physics::EventFilteringUtils O2Physics::SGCutParHolder
1717
COMPONENT_NAME Analysis)
1818

1919
# Helpers
@@ -37,12 +37,12 @@ o2physics_add_dpl_workflow(mc-pid-tof
3737

3838
o2physics_add_dpl_workflow(candidate-creator-2prong
3939
SOURCES candidateCreator2Prong.cxx
40-
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2::DCAFitter KFParticle::KFParticle O2Physics::EventFilteringUtils
40+
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2::DCAFitter KFParticle::KFParticle O2Physics::EventFilteringUtils O2Physics::SGCutParHolder
4141
COMPONENT_NAME Analysis)
4242

4343
o2physics_add_dpl_workflow(candidate-creator-3prong
4444
SOURCES candidateCreator3Prong.cxx
45-
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2::DCAFitter KFParticle::KFParticle O2Physics::EventFilteringUtils
45+
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2::DCAFitter KFParticle::KFParticle O2Physics::EventFilteringUtils O2Physics::SGCutParHolder
4646
COMPONENT_NAME Analysis)
4747

4848
o2physics_add_dpl_workflow(candidate-creator-b0

0 commit comments

Comments
 (0)