Skip to content

Commit 9748437

Browse files
committed
Add Lambda spin analysis workflow
1 parent 06a9594 commit 9748437

2 files changed

Lines changed: 1988 additions & 0 deletions

File tree

PWGCF/TwoParticleCorrelations/Tasks/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,8 @@ o2physics_add_dpl_workflow(charge-balance-function
127127
SOURCES chargeBalanceFunction.cxx
128128
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
129129
COMPONENT_NAME Analysis)
130+
131+
o2physics_add_dpl_workflow(lambda-anti-lambda-producer-with-spin
132+
SOURCES LambdaOrAntiLambdaProducerWithSpin.cxx
133+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
134+
COMPONENT_NAME Analysis)

0 commit comments

Comments
 (0)