Skip to content

Commit e15ffdc

Browse files
committed
meanptfluct
1 parent f022f13 commit e15ffdc

File tree

2 files changed

+4
-769
lines changed

2 files changed

+4
-769
lines changed

PWGCF/EbyEFluctuations/Tasks/CMakeLists.txt

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# or submit itself to any jurisdiction.
1111

1212
o2physics_add_dpl_workflow(meanpt-fluctuations
13-
SOURCES meanptFluctuations.cxx
13+
SOURCES MeanptFluctuations.cxx
1414
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGCFCore
1515
COMPONENT_NAME Analysis)
1616

@@ -20,7 +20,7 @@ o2physics_add_dpl_workflow(mean-pt-fluc-id
2020
COMPONENT_NAME Analysis)
2121

2222
o2physics_add_dpl_workflow(netproton-cumulants
23-
SOURCES netprotonCumulants.cxx
23+
SOURCES NetProtonCumulants.cxx
2424
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGCFCore
2525
COMPONENT_NAME Analysis)
2626

@@ -40,17 +40,12 @@ o2physics_add_dpl_workflow(event-mean-pt-id
4040
COMPONENT_NAME Analysis)
4141

4242
o2physics_add_dpl_workflow(robust-fluctuation-observables
43-
SOURCES robustFluctuationObservables.cxx
44-
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGCFCore
45-
COMPONENT_NAME Analysis)
46-
47-
o2physics_add_dpl_workflow(v0pt-pp-task
48-
SOURCES v0ptPpTask.cxx
43+
SOURCES RobustFluctuationObservables.cxx
4944
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGCFCore
5045
COMPONENT_NAME Analysis)
5146

5247
o2physics_add_dpl_workflow(factorial-moments
53-
SOURCES factorialMoments.cxx
48+
SOURCES FactorialMomentsTask.cxx
5449
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGCFCore
5550
COMPONENT_NAME Analysis)
5651

0 commit comments

Comments
 (0)