Skip to content

Commit bf19da3

Browse files
authored
Analysis v0pt (#5607)
* Analysis of v0(pT) * Analysis task for v0(pT) * fixed the memory allocation of the variables
1 parent f273983 commit bf19da3

File tree

2 files changed

+765
-0
lines changed

2 files changed

+765
-0
lines changed

PWGCF/EbyEFluctuations/Tasks/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,9 @@ o2physics_add_dpl_workflow(identified-meanpt-fluctuations
3232
o2physics_add_dpl_workflow(robust-fluctuation-observables
3333
SOURCES RobustFluctuationObservables.cxx
3434
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGCFCore
35+
COMPONENT_NAME Analysis)
36+
37+
o2physics_add_dpl_workflow(v0pt-pp-task
38+
SOURCES Diff_pT_fluct_PID.cxx
39+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGCFCore
3540
COMPONENT_NAME Analysis)

0 commit comments

Comments
 (0)