|
1 | | -# Copyright 2019 - 2020 CERN and copyright holders of ALICE O2. |
| 1 | +# Copyright 2019-2020 CERN and copyright holders of ALICE O2. |
2 | 2 | # See https://alice-o2.web.cern.ch/copyright for details of the copyright holders. |
3 | 3 | # All rights not expressly granted are reserved. |
4 | 4 | # |
5 | 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". |
| 6 | +# License v3 (GPL Version 3), copied verbatim in the file "COPYING". |
7 | 7 | # |
8 | 8 | # In applying this license CERN does not waive the privileges and immunities |
9 | 9 | # 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. |
11 | 11 |
|
12 | 12 | 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 | + |
16 | 17 |
|
17 | 18 | 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) |
21 | 22 |
|
22 | 23 | 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) |
26 | 27 |
|
27 | 28 | 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) |
31 | 32 |
|
32 | | -o2physics_add_dpl_workflow(collisionselextras-converter-v003 |
| 33 | +o2physics_add_dpl_workflow(UdCollisionSelExtrasV003Converter |
33 | 34 | SOURCES UDCollisionSelExtrasV003Converter.cxx |
34 | 35 | PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore |
35 | 36 | COMPONENT_NAME Analysis) |
0 commit comments