|
1 | 1 | #Copyright 2019 - 2025 CERN and copyright holders of ALICE O2. |
2 | | -#See https: // alice-o2.web.cern.ch/copyright for details of the copyright holders. |
| 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 |
|
9 | 9 | #granted to it by virtue of its status as an Intergovernmental Organization |
10 | 10 | # or submit itself to any jurisdiction. |
11 | 11 |
|
12 | | -o2physics_add_dpl_workflow(femtodream - pair - track - track SOURCES femtoDreamPairTaskTrackTrack.cxx PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore COMPONENT_NAME Analysis) |
| 12 | +o2physics_add_dpl_workflow(femtodream-pair-track-track |
| 13 | + SOURCES femtoDreamPairTaskTrackTrack.cxx |
| 14 | + PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore |
| 15 | + COMPONENT_NAME Analysis) |
13 | 16 |
|
14 | | - o2physics_add_dpl_workflow(femtodream - triplet - track - track - track SOURCES femtoDreamTripletTaskTrackTrackTrack.cxx PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore COMPONENT_NAME Analysis) |
| 17 | +o2physics_add_dpl_workflow(femtodream-triplet-track-track-track |
| 18 | + SOURCES femtoDreamTripletTaskTrackTrackTrack.cxx |
| 19 | + PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore |
| 20 | + COMPONENT_NAME Analysis) |
15 | 21 |
|
16 | | - o2physics_add_dpl_workflow(femtodream - triplet - track - track - track - pb - pb SOURCES femtoDreamTripletTaskTrackTrackTrackPbPb.cxx PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore COMPONENT_NAME Analysis) |
| 22 | +o2physics_add_dpl_workflow(femtodream-pair-track-v0 |
| 23 | + SOURCES femtoDreamPairTaskTrackV0.cxx |
| 24 | + PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore |
| 25 | + COMPONENT_NAME Analysis) |
17 | 26 |
|
18 | | - o2physics_add_dpl_workflow(femtodream - pair - track - v0 SOURCES femtoDreamPairTaskTrackV0.cxx PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore COMPONENT_NAME Analysis) |
| 27 | +o2physics_add_dpl_workflow(femtodream-pair-track-cascade |
| 28 | + SOURCES femtoDreamPairTaskTrackCascade.cxx |
| 29 | + PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore |
| 30 | + COMPONENT_NAME Analysis) |
19 | 31 |
|
20 | | - o2physics_add_dpl_workflow(femtodream - pair - track - cascade SOURCES femtoDreamPairTaskTrackCascade.cxx PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore COMPONENT_NAME Analysis) |
| 32 | +o2physics_add_dpl_workflow(femtodream-triplet-track-track-v0 |
| 33 | + SOURCES femtoDreamTripletTaskTrackTrackV0.cxx |
| 34 | + PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore |
| 35 | + COMPONENT_NAME Analysis) |
21 | 36 |
|
22 | | - o2physics_add_dpl_workflow(femtodream - triplet - track - track - v0 SOURCES femtoDreamTripletTaskTrackTrackV0.cxx PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore COMPONENT_NAME Analysis) |
| 37 | +o2physics_add_dpl_workflow(femtodream-debug-track |
| 38 | + SOURCES femtoDreamDebugTrack.cxx |
| 39 | + PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore |
| 40 | + COMPONENT_NAME Analysis) |
23 | 41 |
|
24 | | - o2physics_add_dpl_workflow(femtodream - debug - track SOURCES femtoDreamDebugTrack.cxx PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore COMPONENT_NAME Analysis) |
| 42 | +o2physics_add_dpl_workflow(femtodream-debug-v0 |
| 43 | + SOURCES femtoDreamDebugV0.cxx |
| 44 | + PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore |
| 45 | + COMPONENT_NAME Analysis) |
25 | 46 |
|
26 | | - o2physics_add_dpl_workflow(femtodream - debug - v0 SOURCES femtoDreamDebugV0.cxx PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore COMPONENT_NAME Analysis) |
| 47 | +o2physics_add_dpl_workflow(femtodream-debug-cascade |
| 48 | + SOURCES femtoDreamDebugCascade.cxx |
| 49 | + PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore |
| 50 | + COMPONENT_NAME Analysis) |
27 | 51 |
|
28 | | - o2physics_add_dpl_workflow(femtodream - debug - cascade SOURCES femtoDreamDebugCascade.cxx PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore COMPONENT_NAME Analysis) |
| 52 | +o2physics_add_dpl_workflow(femtodream-collision-masker |
| 53 | + SOURCES femtoDreamCollisionMasker.cxx |
| 54 | + PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore |
| 55 | + COMPONENT_NAME Analysis) |
29 | 56 |
|
30 | | - o2physics_add_dpl_workflow(femtodream - collision - masker SOURCES femtoDreamCollisionMasker.cxx PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore COMPONENT_NAME Analysis) |
| 57 | +o2physics_add_dpl_workflow(femtodream-hash |
| 58 | + SOURCES femtoDreamHashTask.cxx |
| 59 | + PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore |
| 60 | + COMPONENT_NAME Analysis) |
31 | 61 |
|
32 | | - o2physics_add_dpl_workflow(femtodream - pair - efficiency SOURCES femtoDreamPairEfficiency.cxx PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore COMPONENT_NAME Analysis) |
33 | | - |
34 | | - o2physics_add_dpl_workflow(femtodream - hash |
35 | | - SOURCES femtoDreamHashTask.cxx |
36 | | - PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore |
37 | | - COMPONENT_NAME Analysis) |
38 | | - |
39 | | - o2physics_add_dpl_workflow(femtodream - pair - v0 - v0 SOURCES femtoDreamPairTaskV0V0.cxx PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore COMPONENT_NAME Analysis) |
| 62 | +o2physics_add_dpl_workflow(femtodream-pair-v0-v0 |
| 63 | + SOURCES femtoDreamPairTaskV0V0.cxx |
| 64 | + PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore |
| 65 | + COMPONENT_NAME Analysis) |
0 commit comments