Skip to content

Commit 817ad76

Browse files
Paola Vargas TorresPaola Vargas Torres
authored andcommitted
Fix CMakeLists file to add Flattenicity task workflow
1 parent e18446e commit 817ad76

1 file changed

Lines changed: 23 additions & 20 deletions

File tree

PWGMM/UE/Tasks/CMakeLists.txt

Lines changed: 23 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,30 @@
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.
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.
44
#
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".
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".
77
#
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
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
1010
# or submit itself to any jurisdiction.
1111

12-
o2physics_add_dpl_workflow(ue - charged
13-
SOURCES uecharged.cxx
14-
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
15-
COMPONENT_NAME Analysis)
12+
o2physics_add_dpl_workflow(ue-charged
13+
SOURCES uecharged.cxx
14+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
15+
COMPONENT_NAME Analysis)
1616

17-
o2physics_add_dpl_workflow(ue - zdc - analysis SOURCES ue - zdc - analysys.cxx PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore COMPONENT_NAME Analysis)
17+
o2physics_add_dpl_workflow(ue-zdc-analysis
18+
SOURCES ue-zdc-analysys.cxx
19+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
20+
COMPONENT_NAME Analysis)
1821

19-
o2physics_add_dpl_workflow(ue - lambdak0sflattenicity
20-
SOURCES lambdak0sflattenicity.cxx
21-
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
22-
COMPONENT_NAME Analysis)
22+
o2physics_add_dpl_workflow(dedx-analysis
23+
SOURCES dedxAnalysis.cxx
24+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
25+
COMPONENT_NAME Analysis)
2326

24-
o2physics_add_dpl_workflow(flattenicity - task
25-
SOURCES flattenicityTask.cxx
26-
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
27-
COMPONENT_NAME Analysis)
27+
o2physics_add_dpl_workflow(flattenicity-task
28+
SOURCES flattenicityTask.cxx
29+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
30+
COMPONENT_NAME Analysis)

0 commit comments

Comments
 (0)