Skip to content

Commit d7ce417

Browse files
committed
meanptfluct
1 parent 5095120 commit d7ce417

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

PWGCF/EbyEFluctuations/Tasks/CMakeLists.txt

Lines changed: 7 additions & 7 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,17 @@ 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
43+
SOURCES RobustFluctuationObservables.cxx
4444
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGCFCore
4545
COMPONENT_NAME Analysis)
4646

47-
o2physics_add_dpl_workflow(factorial-moments
48-
SOURCES factorialMoments.cxx
47+
o2physics_add_dpl_workflow(v0pt-pp-task
48+
SOURCES Diff_pT_fluct_PID.cxx
4949
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGCFCore
5050
COMPONENT_NAME Analysis)
5151

52-
o2physics_add_dpl_workflow(v0pt-pp-task
53-
SOURCES Diff_pT_fluct_PID.cxx
52+
o2physics_add_dpl_workflow(factorial-moments
53+
SOURCES FactorialMomentsTask.cxx
5454
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGCFCore
5555
COMPONENT_NAME Analysis)
5656

0 commit comments

Comments
 (0)