Skip to content

Commit d96c836

Browse files
authored
PWGCF: Mean pt fluc identified (#4290)
* Update CMakeLists.txt * Create EbyEmeanPtFlucIdentified.cxx * Update CMakeLists.txt * Create CMakeLists.txt
1 parent b1584ff commit d96c836

4 files changed

Lines changed: 794 additions & 0 deletions

File tree

PWGCF/EbyEFluctuations/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
# or submit itself to any jurisdiction.
1111

1212
add_subdirectory(Core)
13+
add_subdirectory(DataModel)
1314
add_subdirectory(Tasks)
1415
add_subdirectory(TableProducer)
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Copyright 2019-2020 CERN and copyright holders of ALICE O2.
2+
# See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
3+
# All rights not expressly granted are reserved.
4+
#
5+
# This software is distributed under the terms of the GNU General Public
6+
# License v3 (GPL Version 3), copied verbatim in the file "COPYING".
7+
#
8+
# In applying this license CERN does not waive the privileges and immunities
9+
# granted to it by virtue of its status as an Intergovernmental Organization
10+
# or submit itself to any jurisdiction.

PWGCF/EbyEFluctuations/Tasks/CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,9 @@ o2physics_add_dpl_workflow(meanpt-fluctuations
1313
SOURCES MeanptFluctuations.cxx
1414
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGCFCore
1515
COMPONENT_NAME Analysis)
16+
17+
o2physics_add_dpl_workflow(mean-pt-fluc-id
18+
SOURCES EbyEmeanPtFlucIdentified.cxx
19+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGCFCore
20+
COMPONENT_NAME Analysis)
21+

0 commit comments

Comments
 (0)