We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8847e38 commit e118140Copy full SHA for e118140
PWGUD/Tasks/CMakeLists.txt
@@ -212,3 +212,8 @@ o2physics_add_dpl_workflow(event-by-event
212
SOURCES eventByevent.cxx
213
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::DGPIDSelector
214
COMPONENT_NAME Analysis)
215
+
216
+o2physics_add_dpl_workflow(exclusive-rho-to-four-pi
217
+ SOURCES exclusiveRhoTo4Pi.cxx
218
+ PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::DGPIDSelector
219
+ COMPONENT_NAME Analysis)
0 commit comments