Skip to content

Commit bd4a0aa

Browse files
mmrigankaMriganka Mouli Mondalalibuild
authored
PWGJE: Adding task for charged jet correlations in jet splittings (#5516)
* Update CMakeLists.txt added for Jet Charge Correlations * Add files via upload Charge correlation analysis * # charge track info not working * chages * test * Please consider the following formatting changes * remoed formating errors * removed tab slaces Merge branch 'master' of github.com:mmriganka/O2Physics * Please consider the following formatting changes * Appled clanf-format * CMakeList jet-ch-corr added * included comments from Nima * Implemented comments from Nima * after running clang-format * added jet-planar-flow * removed whitespace Please enter the commit message for your changes. Lines starting * removed tabs * corrected jet-planar-flow --> jet-planarflow --------- Co-authored-by: Mriganka Mouli Mondal <mriganka.mouli.mondal@cern.ch> Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
1 parent 8323a65 commit bd4a0aa

File tree

2 files changed

+440
-0
lines changed

2 files changed

+440
-0
lines changed

PWGJE/Tasks/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,4 +132,8 @@ if(FastJet_FOUND)
132132
SOURCES jetplanarflow.cxx
133133
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore
134134
COMPONENT_NAME Analysis)
135+
o2physics_add_dpl_workflow(jet-ch-corr
136+
SOURCES jetChCorr.cxx
137+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::PWGJECore O2Physics::AnalysisCore
138+
COMPONENT_NAME Analysis)
135139
endif()

0 commit comments

Comments
 (0)