Skip to content

Commit 1c8495f

Browse files
Anoop1379alibuild
andauthored
[PWGCF] Add Lambda-proton balance function analysis task (#17838)
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
1 parent 86793bc commit 1c8495f

2 files changed

Lines changed: 3165 additions & 0 deletions

File tree

PWGCF/TwoParticleCorrelations/Tasks/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,11 @@ o2physics_add_dpl_workflow(charge-balance-function
128128
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
129129
COMPONENT_NAME Analysis)
130130

131+
o2physics_add_dpl_workflow(lambda-proton-balance-function
132+
SOURCES lambdaProtonBalanceFunction.cxx
133+
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
134+
COMPONENT_NAME Analysis)
135+
131136
o2physics_add_dpl_workflow(lambda-or-anti-lambda-producer-with-spin
132137
SOURCES lambdaOrAntiLambdaProducerWithSpin.cxx
133138
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore

0 commit comments

Comments
 (0)