Skip to content

Commit 4269a61

Browse files
committed
Add makefile for converter
1 parent cf6df0f commit 4269a61

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed
Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,36 @@
1-
# Copyright 2019 - 2020 CERN and copyright holders of ALICE O2.
1+
# Copyright 2019-2020 CERN and copyright holders of ALICE O2.
22
# See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
33
# All rights not expressly granted are reserved.
44
#
55
# This software is distributed under the terms of the GNU General Public
6-
# License v3(GPL Version 3), copied verbatim in the file "COPYING".
6+
# License v3 (GPL Version 3), copied verbatim in the file "COPYING".
77
#
88
# In applying this license CERN does not waive the privileges and immunities
99
# granted to it by virtue of its status as an Intergovernmental Organization
10-
# or submit itself to any jurisdiction.
10+
# or submit itself to any jurisdiction.
1111

1212
o2physics_add_dpl_workflow(fwd-tracks-extra-converter
13-
SOURCES UDFwdTracksExtraConverter.cxx
14-
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
15-
COMPONENT_NAME Analysis)
13+
SOURCES UDFwdTracksExtraConverter.cxx
14+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
15+
COMPONENT_NAME Analysis)
16+
1617

1718
o2physics_add_dpl_workflow(collisions-converter
18-
SOURCES UDCollisionsConverter.cxx
19-
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
20-
COMPONENT_NAME Analysis)
19+
SOURCES UDCollisionsConverter.cxx
20+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
21+
COMPONENT_NAME Analysis)
2122

2223
o2physics_add_dpl_workflow(collisionselextras-converter
23-
SOURCES UDCollisionSelExtrasConverter.cxx
24-
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
25-
COMPONENT_NAME Analysis)
24+
SOURCES UDCollisionSelExtrasConverter.cxx
25+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
26+
COMPONENT_NAME Analysis)
2627

2728
o2physics_add_dpl_workflow(collisionselextras-converter-v002
28-
SOURCES UDCollisionSelExtrasV002Converter.cxx
29-
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
30-
COMPONENT_NAME Analysis)
29+
SOURCES UDCollisionSelExtrasV002Converter.cxx
30+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
31+
COMPONENT_NAME Analysis)
3132

32-
o2physics_add_dpl_workflow(collisionselextras-converter-v003
33+
o2physics_add_dpl_workflow(UdCollisionSelExtrasV003Converter
3334
SOURCES UDCollisionSelExtrasV003Converter.cxx
3435
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
3536
COMPONENT_NAME Analysis)

0 commit comments

Comments
 (0)