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 bf5e565 commit 2d3e00bCopy full SHA for 2d3e00b
PWGJE/Tasks/CMakeLists.txt
@@ -216,6 +216,10 @@ if(FastJet_FOUND)
216
SOURCES jetSpectraCharged.cxx
217
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore
218
COMPONENT_NAME Analysis)
219
+ o2physics_add_dpl_workflow(charged-jet-hadron
220
+ SOURCES chargedJetHadron.cxx
221
+ PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore
222
+ COMPONENT_NAME Analysis)
223
o2physics_add_dpl_workflow(trigger-correlations
224
SOURCES triggerCorrelations.cxx
225
PUBLIC_LINK_LIBRARIES O2::Framework O2::EMCALBase O2::EMCALCalib O2Physics::PWGJECore O2Physics::AnalysisCore
0 commit comments