Skip to content

Commit 0b79700

Browse files
committed
Fix CMakeLists.txt entry, resolve o2linter magic-number and task-name issues, remove unused includes, apply clang-format
1 parent 7deb95d commit 0b79700

2 files changed

Lines changed: 263 additions & 367 deletions

File tree

PWGJE/Tasks/CMakeLists.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,9 +444,12 @@ if(FastJet_FOUND)
444444
SOURCES jetHadronsPid.cxx
445445
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2Physics::PWGJECore FastJet::FastJet FastJet::Contrib O2Physics::EventFilteringUtils
446446
COMPONENT_NAME Analysis)
447-
448447
o2physics_add_dpl_workflow(jet-hf-ang-substructure
449448
SOURCES jetHFAngularity.cxx
450449
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore
451450
COMPONENT_NAME Analysis)
451+
o2physics_add_dpl_workflow(jet-upc-qa
452+
SOURCES jetUpcQa.cxx
453+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore O2Physics::AnalysisCCDB O2Physics::EventFilteringUtils O2Physics::SGCutParHolder
454+
COMPONENT_NAME Analysis)
452455
endif()

0 commit comments

Comments
 (0)