Skip to content

Commit 0919818

Browse files
committed
TPC QC JSON file without raw for FST
1 parent 2a95f05 commit 0919818

File tree

1 file changed

+3
-91
lines changed

1 file changed

+3
-91
lines changed

DATA/production/qc-sync/tpc.json

Lines changed: 3 additions & 91 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"host": "ali-qcdb.cern.ch:8083",
77
"username": "not_applicable",
88
"password": "not_applicable",
9-
"name": "not_applicable"
9+
"name": "not_applicable",
10+
"maxObjectSize" : "10000000"
1011
},
1112
"Activity": {
1213
"number": "42",
@@ -23,56 +24,6 @@
2324
}
2425
},
2526
"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-
},
7627
"Clusters": {
7728
"active": "true",
7829
"className": "o2::quality_control_modules::tpc::Clusters",
@@ -183,45 +134,6 @@
183134
}
184135
],
185136
"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+
}
226138
]
227139
}

0 commit comments

Comments
 (0)