|
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. |
4 | 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". |
| 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 | 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 |
| 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 | 10 | # or submit itself to any jurisdiction. |
11 | 11 |
|
12 | | -o2physics_add_dpl_workflow(table-reader |
13 | | - SOURCES tableReader.cxx |
14 | | - PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGDQCore O2Physics::MLCore |
15 | | - COMPONENT_NAME Analysis) |
16 | | - |
17 | | -o2physics_add_dpl_workflow(table-reader-with-assoc |
18 | | - SOURCES tableReader_withAssoc.cxx |
19 | | - PUBLIC_LINK_LIBRARIES O2::Framework O2::DetectorsBase O2Physics::AnalysisCore O2Physics::AnalysisCCDB O2Physics::PWGDQCore O2Physics::MLCore |
20 | | - COMPONENT_NAME Analysis) |
21 | | - |
22 | | -o2physics_add_dpl_workflow(table-reader-with-assoc-direct |
23 | | - SOURCES tableReader_withAssoc_direct.cxx |
24 | | - PUBLIC_LINK_LIBRARIES O2::Framework O2::DetectorsBase O2Physics::AnalysisCore O2Physics::AnalysisCCDB O2Physics::PWGDQCore O2Physics::MLCore O2::ReconstructionDataFormats O2::DetectorsCommonDataFormats O2::DetectorsVertexing O2Physics::EventFilteringUtils |
25 | | - COMPONENT_NAME Analysis) |
26 | | - |
27 | | -o2physics_add_dpl_workflow(efficiency |
28 | | - SOURCES dqEfficiency.cxx |
29 | | - PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGDQCore |
30 | | - COMPONENT_NAME Analysis) |
31 | | - |
32 | | -o2physics_add_dpl_workflow(efficiency-with-assoc |
33 | | - SOURCES dqEfficiency_withAssoc.cxx |
34 | | - PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGDQCore |
35 | | - COMPONENT_NAME Analysis) |
36 | | - |
37 | | -o2physics_add_dpl_workflow(efficiency-with-assoc-direct |
38 | | - SOURCES dqEfficiency_withAssoc_direct.cxx |
39 | | - PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGDQCore O2::ReconstructionDataFormats O2::DetectorsCommonDataFormats O2::DetectorsVertexing |
40 | | - COMPONENT_NAME Analysis) |
41 | | - |
42 | | -o2physics_add_dpl_workflow(filter-pp |
43 | | - SOURCES filterPP.cxx |
44 | | - PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGDQCore |
45 | | - COMPONENT_NAME Analysis) |
46 | | - |
47 | | -o2physics_add_dpl_workflow(filter-pp-with-association |
48 | | - SOURCES filterPPwithAssociation.cxx |
49 | | - PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGDQCore |
50 | | - COMPONENT_NAME Analysis) |
51 | | - |
52 | | -o2physics_add_dpl_workflow(filter-pb-pb |
53 | | - SOURCES filterPbPb.cxx |
54 | | - PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGDQCore O2Physics::SGCutParHolder |
55 | | - COMPONENT_NAME Analysis) |
56 | | - |
57 | | -o2physics_add_dpl_workflow(v0-selector |
58 | | - SOURCES v0selector.cxx |
59 | | - PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2::DCAFitter O2Physics::AnalysisCore O2Physics::PWGDQCore |
60 | | - COMPONENT_NAME Analysis) |
61 | | - |
62 | | -o2physics_add_dpl_workflow(dalitz-selection |
63 | | - SOURCES DalitzSelection.cxx |
64 | | - PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGDQCore |
65 | | - COMPONENT_NAME Analysis) |
66 | | - |
67 | | -o2physics_add_dpl_workflow(flow |
68 | | - SOURCES dqFlow.cxx |
69 | | - PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGDQCore O2Physics::GFWCore |
70 | | - COMPONENT_NAME Analysis) |
71 | | - |
72 | | -o2physics_add_dpl_workflow(task-muon-mch-trk-eff |
73 | | - SOURCES taskMuonMchTrkEfficiency.cxx |
74 | | - PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore |
75 | | - COMPONENT_NAME Analysis) |
76 | | - |
77 | | -o2physics_add_dpl_workflow(task-j-psi-hf |
78 | | - SOURCES taskJpsiHf.cxx |
79 | | - PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGDQCore |
80 | | - COMPONENT_NAME Analysis) |
81 | | - |
82 | | -o2physics_add_dpl_workflow(task-muon-dca |
83 | | - SOURCES muonDCA.cxx |
84 | | - PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGDQCore |
85 | | - COMPONENT_NAME Analysis) |
86 | | - |
87 | | -o2physics_add_dpl_workflow(correlation |
88 | | - SOURCES dqCorrelation.cxx |
89 | | - PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGDQCore O2Physics::GFWCore |
90 | | - COMPONENT_NAME Analysis) |
91 | | - |
92 | | -o2physics_add_dpl_workflow(task-mch-align-record |
93 | | - SOURCES mchAlignRecord.cxx |
94 | | - PUBLIC_LINK_LIBRARIES |
95 | | - O2::Framework |
96 | | - O2Physics::AnalysisCore |
97 | | - O2Physics::PWGDQCore |
98 | | - O2::CommonUtils |
99 | | - O2::MCHClustering |
100 | | - O2::DPLUtils |
101 | | - O2::CCDB |
102 | | - O2::DataFormatsParameters |
103 | | - O2::MCHBase |
104 | | - O2::MCHTracking |
105 | | - O2::DataFormatsMCH |
106 | | - O2::DetectorsBase |
107 | | - O2::MCHGeometryTransformer |
108 | | - O2::MathUtils |
109 | | - O2::MCHAlign |
110 | | - COMPONENT_NAME Analysis) |
111 | | - |
112 | | -o2physics_add_dpl_workflow(task-muon-mid-eff |
113 | | - SOURCES MIDefficiency.cxx |
114 | | - PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2::MIDBase |
115 | | - COMPONENT_NAME Analysis) |
116 | | - |
117 | | -o2physics_add_dpl_workflow(task-fwd-track-pid |
118 | | - SOURCES taskFwdTrackPid.cxx |
119 | | - PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGDQCore |
120 | | - COMPONENT_NAME Analysis) |
121 | | - |
122 | | -o2physics_add_dpl_workflow(quarkonia-to-hyperons |
123 | | - SOURCES quarkoniaToHyperons.cxx |
124 | | - PUBLIC_LINK_LIBRARIES O2::DetectorsBase O2::Framework O2::DCAFitter KFParticle::KFParticle O2Physics::AnalysisCore O2Physics::MLCore O2Physics::EventFilteringUtils |
125 | | - COMPONENT_NAME Analysis) |
126 | | - |
127 | | -o2physics_add_dpl_workflow(model-converter-mult-pv |
128 | | - SOURCES ModelConverterMultPv.cxx |
129 | | - PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2Physics::PWGDQCore |
130 | | - COMPONENT_NAME Analysis) |
131 | | - |
132 | | -o2physics_add_dpl_workflow(model-converter-event-extended |
133 | | - SOURCES ModelConverterEventExtended.cxx |
134 | | - PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2Physics::PWGDQCore |
135 | | - COMPONENT_NAME Analysis) |
136 | | - |
137 | | -o2physics_add_dpl_workflow(model-converter-mc-reduced-event |
138 | | - SOURCES ModelConverterReducedMCEvents.cxx |
139 | | - PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2Physics::PWGDQCore |
140 | | - COMPONENT_NAME Analysis) |
141 | | - |
142 | | -o2physics_add_dpl_workflow(tag-and-probe |
143 | | - SOURCES TagAndProbe.cxx |
144 | | - PUBLIC_LINK_LIBRARIES O2::Framework O2::DetectorsBase O2Physics::AnalysisCore O2Physics::AnalysisCCDB O2Physics::PWGDQCore |
145 | | - COMPONENT_NAME Analysis) |
146 | | - |
147 | | -o2physics_add_dpl_workflow(qa-matching |
148 | | - SOURCES qaMatching.cxx |
149 | | - PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGDQCore |
150 | | - COMPONENT_NAME Analysis) |
151 | | - |
152 | | -o2physics_add_dpl_workflow(mft-mch-matcher |
153 | | - SOURCES mftMchMatcher.cxx |
154 | | - PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGDQCore |
155 | | - COMPONENT_NAME Analysis) |
156 | | - |
157 | | -o2physics_add_dpl_workflow(muon-global-alignment |
158 | | - SOURCES muonGlobalAlignment.cxx |
159 | | - PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGDQCore O2::MCHGeometryTransformer |
160 | | - COMPONENT_NAME Analysis) |
| 12 | +o2physics_add_dpl_workflow(table - reader |
| 13 | + SOURCES tableReader.cxx |
| 14 | + PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGDQCore O2Physics::MLCore |
| 15 | + COMPONENT_NAME Analysis) |
| 16 | + |
| 17 | + o2physics_add_dpl_workflow(table - reader - with - assoc SOURCES tableReader_withAssoc.cxx PUBLIC_LINK_LIBRARIES O2::Framework O2::DetectorsBase O2Physics::AnalysisCore O2Physics::AnalysisCCDB O2Physics::PWGDQCore O2Physics::MLCore COMPONENT_NAME Analysis) |
| 18 | + |
| 19 | + o2physics_add_dpl_workflow(table - reader - with - assoc - direct SOURCES tableReader_withAssoc_direct.cxx PUBLIC_LINK_LIBRARIES O2::Framework O2::DetectorsBase O2Physics::AnalysisCore O2Physics::AnalysisCCDB O2Physics::PWGDQCore O2Physics::MLCore O2::ReconstructionDataFormats O2::DetectorsCommonDataFormats O2::DetectorsVertexing O2Physics::EventFilteringUtils COMPONENT_NAME Analysis) |
| 20 | + |
| 21 | + o2physics_add_dpl_workflow(efficiency |
| 22 | + SOURCES dqEfficiency.cxx |
| 23 | + PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGDQCore |
| 24 | + COMPONENT_NAME Analysis) |
| 25 | + |
| 26 | + o2physics_add_dpl_workflow(efficiency - with - assoc SOURCES dqEfficiency_withAssoc.cxx PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGDQCore COMPONENT_NAME Analysis) |
| 27 | + |
| 28 | + o2physics_add_dpl_workflow(efficiency - with - assoc - direct SOURCES dqEfficiency_withAssoc_direct.cxx PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGDQCore COMPONENT_NAME Analysis) |
| 29 | + |
| 30 | + o2physics_add_dpl_workflow(energy - correlator - direct SOURCES dqEnergyCorrelator_direct.cxx PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGDQCore COMPONENT_NAME Analysis) |
| 31 | + |
| 32 | + o2physics_add_dpl_workflow(filter - pp |
| 33 | + SOURCES filterPP.cxx |
| 34 | + PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGDQCore |
| 35 | + COMPONENT_NAME Analysis) |
| 36 | + |
| 37 | + o2physics_add_dpl_workflow(filter - pp - with - association SOURCES filterPPwithAssociation.cxx PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGDQCore COMPONENT_NAME Analysis) |
| 38 | + |
| 39 | + o2physics_add_dpl_workflow(filter - pb - pb SOURCES filterPbPb.cxx PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGDQCore O2Physics::SGCutParHolder COMPONENT_NAME Analysis) |
| 40 | + |
| 41 | + o2physics_add_dpl_workflow(v0 - selector |
| 42 | + SOURCES v0selector.cxx |
| 43 | + PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2::DCAFitter O2Physics::AnalysisCore O2Physics::PWGDQCore |
| 44 | + COMPONENT_NAME Analysis) |
| 45 | + |
| 46 | + o2physics_add_dpl_workflow(dalitz - selection |
| 47 | + SOURCES DalitzSelection.cxx |
| 48 | + PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGDQCore |
| 49 | + COMPONENT_NAME Analysis) |
| 50 | + |
| 51 | + o2physics_add_dpl_workflow(flow |
| 52 | + SOURCES dqFlow.cxx |
| 53 | + PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGDQCore O2Physics::GFWCore |
| 54 | + COMPONENT_NAME Analysis) |
| 55 | + |
| 56 | + o2physics_add_dpl_workflow(task - muon - mch - trk - eff SOURCES taskMuonMchTrkEfficiency.cxx PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore COMPONENT_NAME Analysis) |
| 57 | + |
| 58 | + o2physics_add_dpl_workflow(task - j - psi - hf SOURCES taskJpsiHf.cxx PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGDQCore COMPONENT_NAME Analysis) |
| 59 | + |
| 60 | + o2physics_add_dpl_workflow(task - muon - dca SOURCES muonDCA.cxx PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGDQCore COMPONENT_NAME Analysis) |
| 61 | + |
| 62 | + o2physics_add_dpl_workflow(correlation |
| 63 | + SOURCES dqCorrelation.cxx |
| 64 | + PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGDQCore O2Physics::GFWCore |
| 65 | + COMPONENT_NAME Analysis) |
| 66 | + |
| 67 | + o2physics_add_dpl_workflow(task - mch - align - record SOURCES mchAlignRecord.cxx PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGDQCore O2::CommonUtils O2::MCHClustering O2::DPLUtils O2::CCDB O2::DataFormatsParameters O2::MCHBase O2::MCHTracking O2::DataFormatsMCH O2::DetectorsBase O2::MCHGeometryTransformer O2::MathUtils O2::MCHAlign COMPONENT_NAME Analysis) |
| 68 | + |
| 69 | + o2physics_add_dpl_workflow(task - muon - mid - eff SOURCES MIDefficiency.cxx PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2::MIDBase COMPONENT_NAME Analysis) |
| 70 | + |
| 71 | + o2physics_add_dpl_workflow(task - fwd - track - pid SOURCES taskFwdTrackPid.cxx PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGDQCore COMPONENT_NAME Analysis) |
| 72 | + |
| 73 | + o2physics_add_dpl_workflow(quarkonia - to - hyperons SOURCES quarkoniaToHyperons.cxx PUBLIC_LINK_LIBRARIES O2::DetectorsBase O2::Framework O2::DCAFitter KFParticle::KFParticle O2Physics::AnalysisCore O2Physics::MLCore O2Physics::EventFilteringUtils COMPONENT_NAME Analysis) |
| 74 | + |
| 75 | + o2physics_add_dpl_workflow(model - converter - mult - pv SOURCES ModelConverterMultPv.cxx PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2Physics::PWGDQCore COMPONENT_NAME Analysis) |
| 76 | + |
| 77 | + o2physics_add_dpl_workflow(model - converter - event - extended SOURCES ModelConverterEventExtended.cxx PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2Physics::PWGDQCore COMPONENT_NAME Analysis) |
| 78 | + |
| 79 | + o2physics_add_dpl_workflow(model - converter - mc - reduced - event SOURCES ModelConverterReducedMCEvents.cxx PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2Physics::PWGDQCore COMPONENT_NAME Analysis) |
| 80 | + |
| 81 | + o2physics_add_dpl_workflow(tag - and-probe |
| 82 | + SOURCES TagAndProbe.cxx |
| 83 | + PUBLIC_LINK_LIBRARIES O2::Framework O2::DetectorsBase O2Physics::AnalysisCore O2Physics::AnalysisCCDB O2Physics::PWGDQCore |
| 84 | + COMPONENT_NAME Analysis) |
| 85 | + |
| 86 | + o2physics_add_dpl_workflow(qa - matching |
| 87 | + SOURCES qaMatching.cxx |
| 88 | + PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGDQCore |
| 89 | + COMPONENT_NAME Analysis) |
| 90 | + |
| 91 | + o2physics_add_dpl_workflow(mft - mch - matcher SOURCES mftMchMatcher.cxx PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGDQCore COMPONENT_NAME Analysis) |
| 92 | + |
| 93 | + o2physics_add_dpl_workflow(muon - global - alignment SOURCES muonGlobalAlignment.cxx PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGDQCore O2::MCHGeometryTransformer COMPONENT_NAME Analysis) |
0 commit comments