Skip to content

Commit aad4dbf

Browse files
committed
Adding new angularity task for HF jets
1 parent 0492e41 commit aad4dbf

2 files changed

Lines changed: 1080 additions & 0 deletions

File tree

PWGJE/Tasks/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,4 +444,9 @@ 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+
448+
o2physics_add_dpl_workflow(jet-hf-ang-substructure
449+
SOURCES jetHFAngularity.cxx
450+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore
451+
COMPONENT_NAME Analysis)
447452
endif()

0 commit comments

Comments
 (0)