Skip to content

Commit 1ea3a24

Browse files
authored
PWGCF: Lambda R2 Correlation (#6725)
* Create lambdaR2Correlation.cxx * Update CMakeLists.txt
1 parent a232003 commit 1ea3a24

2 files changed

Lines changed: 692 additions & 0 deletions

File tree

PWGCF/TwoParticleCorrelations/Tasks/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ o2physics_add_dpl_workflow(r2p24id
1818
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
1919
COMPONENT_NAME Analysis)
2020

21+
o2physics_add_dpl_workflow(lambdacorr
22+
SOURCES lambdaR2Correlation.cxx
23+
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
24+
COMPONENT_NAME Analysis)
25+
2126
o2physics_add_dpl_workflow(identifiedbf
2227
SOURCES identifiedbf.cxx
2328
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGCFCore

0 commit comments

Comments
 (0)