|
6 | 6 | "host": "ali-qcdb.cern.ch:8083", |
7 | 7 | "username": "not_applicable", |
8 | 8 | "password": "not_applicable", |
9 | | - "name": "not_applicable" |
| 9 | + "name": "not_applicable", |
| 10 | + "maxObjectSize" : "10000000" |
10 | 11 | }, |
11 | 12 | "Activity": { |
12 | 13 | "number": "42", |
|
23 | 24 | } |
24 | 25 | }, |
25 | 26 | "tasks": { |
26 | | - "RawDigits": { |
27 | | - "active": "true", |
28 | | - "className": "o2::quality_control_modules::tpc::RawDigits", |
29 | | - "moduleName": "QcTPC", |
30 | | - "detectorName": "TPC", |
31 | | - "cycleDurationSeconds": "60", |
32 | | - "resetAfterCycles": "1", |
33 | | - "maxNumberCycles": "-1", |
34 | | - "dataSource": { |
35 | | - "type": "dataSamplingPolicy", |
36 | | - "name": "random-rawdata", |
37 | | - "query_blubb": "input:TPC/RAWDATA" |
38 | | - }, |
39 | | - "taskParameters": { |
40 | | - "NRawDigitsNBins": "100", |
41 | | - "NRawDigitsXMin": "0", |
42 | | - "NRawDigitsXMax": "100", |
43 | | - "QmaxNBins": "200", |
44 | | - "QmaxXMin": "0", |
45 | | - "QmaxXMax": "200", |
46 | | - "TimeBinNBins": "600", |
47 | | - "TimeBinXMin": "0", |
48 | | - "TimeBinXMax": "600", |
49 | | - "mergeableOutput": "true" |
50 | | - }, |
51 | | - "location": "local", |
52 | | - "localMachines": [ |
53 | | - "localhost", |
54 | | - "epn" |
55 | | - ], |
56 | | - "remotePort": "47731", |
57 | | - "mergingMode": "delta", |
58 | | - "remoteMachine": "alio2-cr1-qts01.cern.ch", |
59 | | - "localControl": "odc" |
60 | | - }, |
61 | | - "DummyTask": { |
62 | | - "active": "true", "" : "this dummy task is to redirect sampled data to a TPC machine which performs additional monitoring", |
63 | | - "className": "o2::quality_control_modules::skeleton::SkeletonTask", |
64 | | - "moduleName": "QcSkeleton", |
65 | | - "detectorName": "TST", |
66 | | - "cycleDurationSeconds": "10000000", |
67 | | - "maxNumberCycles": "-1", |
68 | | - "dataSource": { |
69 | | - "type": "dataSamplingPolicy", |
70 | | - "name": "random-rawdata-om" |
71 | | - }, |
72 | | - "location": "remote", |
73 | | - "remoteMachine": "tpc-login-ib", |
74 | | - "localControl": "odc" |
75 | | - }, |
76 | 27 | "Clusters": { |
77 | 28 | "active": "true", |
78 | 29 | "className": "o2::quality_control_modules::tpc::Clusters", |
|
183 | 134 | } |
184 | 135 | ], |
185 | 136 | "blocking": "false" |
186 | | - }, |
187 | | - { |
188 | | - "id": "random-rawdata", |
189 | | - "active": "true", |
190 | | - "machines": [ |
191 | | - "localhost", |
192 | | - "epn" |
193 | | - ], |
194 | | - "query": "inputRaw:TPC/RAWDATA", |
195 | | - "outputs": "sampled-rawdata:DS/RAWDATA", |
196 | | - "samplingConditions": [ |
197 | | - { |
198 | | - "condition": "random", |
199 | | - "fraction": "0.001", |
200 | | - "seed": "0", |
201 | | - "timesliceId": "tfCounter" |
202 | | - } |
203 | | - ], |
204 | | - "blocking": "false" |
205 | | - }, |
206 | | - { |
207 | | - "id": "random-rawdata-om", |
208 | | - "active": "true", |
209 | | - "machines": [ |
210 | | - "localhost", |
211 | | - "epn" |
212 | | - ], |
213 | | - "port": "32629", |
214 | | - "query": "inputRaw:TPC/RAWDATA", |
215 | | - "outputs": "sampled-rawdata:DS2/RAWDATA", |
216 | | - "samplingConditions": [ |
217 | | - { |
218 | | - "condition": "random", |
219 | | - "fraction": "0.0005", |
220 | | - "seed": "0", |
221 | | - "timesliceId": "tfCounter" |
222 | | - } |
223 | | - ], |
224 | | - "blocking": "false" |
225 | | - } |
| 137 | + } |
226 | 138 | ] |
227 | 139 | } |
0 commit comments