Skip to content

Commit 39919df

Browse files
committed
Added global muon matcher
1 parent cdcf5c2 commit 39919df

2 files changed

Lines changed: 1937 additions & 1 deletion

File tree

PWGDQ/Tasks/CMakeLists.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,12 @@ o2physics_add_dpl_workflow(mft-mch-matcher
149149
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGDQCore
150150
COMPONENT_NAME Analysis)
151151

152+
o2physics_add_dpl_workflow(global-muon-matcher
153+
SOURCES global-muon-matcher.cxx
154+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGDQCore O2::DetectorsBase O2::DetectorsCommonDataFormats O2::MathUtils O2::MCHTracking O2::DataFormatsMCH O2::GlobalTracking O2::MCHBase O2::MCHGeometryTransformer O2::CommonUtils
155+
COMPONENT_NAME Analysis)
156+
152157
o2physics_add_dpl_workflow(muon-global-alignment
153158
SOURCES muonGlobalAlignment.cxx
154159
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGDQCore O2::MCHGeometryTransformer
155-
COMPONENT_NAME Analysis)
160+
COMPONENT_NAME Analysis)

0 commit comments

Comments
 (0)