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 39ed61f commit 20d79f4Copy full SHA for 20d79f4
PWGJE/Tasks/CMakeLists.txt
@@ -76,6 +76,10 @@ if(FastJet_FOUND)
76
SOURCES jetfinderQA.cxx
77
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore
78
COMPONENT_NAME Analysis)
79
+ o2physics_add_dpl_workflow(jet-charged-v2
80
+ SOURCES jetchargedv2.cxx
81
+ PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore
82
+ COMPONENT_NAME Analysis)
83
o2physics_add_dpl_workflow(jet-finder-hf-qa
84
SOURCES jetfinderhfQA.cxx
85
0 commit comments