We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2859455 commit 555a61eCopy full SHA for 555a61e
PWGUD/Tasks/CMakeLists.txt
@@ -216,4 +216,9 @@ o2physics_add_dpl_workflow(event-by-event
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)
220
+
221
+o2physics_add_dpl_workflow(upc-quarkonia-central-barrel
222
+ SOURCES upcQuarkoniaCentralBarrel.cxx
223
+ PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2::DetectorsBase
224
COMPONENT_NAME Analysis)
0 commit comments