Skip to content

Commit f6382c9

Browse files
authored
[PWGCF] Adding charge balance function workflow (#17340)
1 parent b34d08b commit f6382c9

2 files changed

Lines changed: 791 additions & 0 deletions

File tree

PWGCF/TwoParticleCorrelations/Tasks/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,3 +122,8 @@ o2physics_add_dpl_workflow(two-particle-correlations-mpi
122122
SOURCES twoParticleCorrelationsMpi.cxx
123123
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGCFCore
124124
COMPONENT_NAME Analysis)
125+
126+
o2physics_add_dpl_workflow(charge-balance-function
127+
SOURCES chargeBalanceFunction.cxx
128+
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
129+
COMPONENT_NAME Analysis)

0 commit comments

Comments
 (0)