We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f2439e commit df7e33aCopy full SHA for df7e33a
PWGEM/Dilepton/Tasks/CMakeLists.txt
@@ -144,3 +144,9 @@ o2physics_add_dpl_workflow(dilepton-polarization
144
SOURCES dileptonPolarization.cxx
145
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
146
COMPONENT_NAME Analysis)
147
+
148
+o2physics_add_dpl_workflow(check-mc-template
149
+ SOURCES checkMCTemplate.cxx
150
+ PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2::GlobalTracking
151
+ COMPONENT_NAME Analysis)
152
0 commit comments