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