We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e735b66 commit f91b454Copy full SHA for f91b454
PWGUD/TableProducer/CMakeLists.txt
@@ -65,3 +65,8 @@ o2physics_add_dpl_workflow(upc-cand-producer-muon
65
SOURCES upcCandProducerMuon.cxx
66
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::UPCCutparHolder O2::GlobalTracking
67
COMPONENT_NAME Analysis)
68
+
69
+o2physics_add_dpl_workflow(upc-cand-producer-global-muon
70
+ SOURCES upcCandProducerGlobalMuon.cxx
71
+ PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::UPCCutparHolder O2::GlobalTracking
72
+ COMPONENT_NAME Analysis)
0 commit comments