Skip to content

Commit 37a061a

Browse files
BilgeTheGrayBilgeTheGray
authored andcommitted
Add cascderivedqaanalysis task for strangeness derived QA
1 parent d266d8d commit 37a061a

2 files changed

Lines changed: 796 additions & 0 deletions

File tree

PWGLF/TableProducer/Strangeness/CMakeLists.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,16 @@ o2physics_add_dpl_workflow(cascqaanalysis
4646
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
4747
COMPONENT_NAME Analysis)
4848

49+
o2physics_add_dpl_workflow(cascderivedqaanalysis
50+
SOURCES cascderivedqaanalysis.cxx
51+
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
52+
COMPONENT_NAME Analysis)
53+
54+
o2physics_add_dpl_workflow(cascderivedqaanalysis-tof
55+
SOURCES cascderivedqaanalysis-tof.cxx
56+
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
57+
COMPONENT_NAME Analysis)
58+
4959
o2physics_add_dpl_workflow(hstrangecorrelationfilter
5060
SOURCES hStrangeCorrelationFilter.cxx
5161
PUBLIC_LINK_LIBRARIES O2::DCAFitter O2Physics::AnalysisCore O2Physics::EventFilteringUtils

0 commit comments

Comments
 (0)