Skip to content

Commit 08d95c0

Browse files
authored
[Common] Adding muonQA task (#11438)
1 parent 5bc7777 commit 08d95c0

File tree

2 files changed

+2589
-0
lines changed

2 files changed

+2589
-0
lines changed

Common/Tasks/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,9 @@ o2physics_add_dpl_workflow(centrality-study
8787
o2physics_add_dpl_workflow(flow-test
8888
SOURCES flowTest.cxx
8989
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
90+
COMPONENT_NAME Analysis)
91+
92+
o2physics_add_dpl_workflow(muon-qa
93+
SOURCES qaMuon.cxx
94+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2::Field O2::DetectorsBase O2::DetectorsCommonDataFormats O2::MathUtils O2::MCHTracking O2::DataFormatsMCH O2::GlobalTracking O2::MCHBase O2::MCHGeometryTransformer O2::CommonUtils
9095
COMPONENT_NAME Analysis)

0 commit comments

Comments
 (0)