Skip to content

Commit 48cf90b

Browse files
committed
[PWGDQ] implementation of MFT-MCH rematching task
The task allows to perform the following steps: - refit the muon tracks based on a custom geometry file (realignment) - apply global angular and position corrections to the MFT track - redo the MFT-MCH matching with the updated track parameters and various choiches of the matching method, either based on chi2 or machine learning models
1 parent 5a7e16a commit 48cf90b

2 files changed

Lines changed: 1706 additions & 0 deletions

File tree

PWGDQ/Tasks/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,3 +163,8 @@ o2physics_add_dpl_workflow(muon-global-alignment
163163
SOURCES muonGlobalAlignment.cxx
164164
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGDQCore O2::MCHGeometryTransformer
165165
COMPONENT_NAME Analysis)
166+
167+
o2physics_add_dpl_workflow(global-muon-matcher
168+
SOURCES global-muon-matcher.cxx
169+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGDQCore O2::MCHGeometryTransformer
170+
COMPONENT_NAME Analysis)

0 commit comments

Comments
 (0)