|
1 | 1 | { |
2 | | - "qc": { |
3 | | - "config": { |
4 | | - "database": { |
5 | | - "implementation": "CCDB", |
6 | | - "host": "ccdb-test.cern.ch:8080", |
7 | | - "username": "not_applicable", |
8 | | - "password": "not_applicable", |
9 | | - "name": "not_applicable" |
| 2 | + "qc" : { |
| 3 | + "config" : { |
| 4 | + "database" : { |
| 5 | + "implementation" : "CCDB", |
| 6 | + "host" : "ccdb-test.cern.ch:8080", |
| 7 | + "username" : "not_applicable", |
| 8 | + "password" : "not_applicable", |
| 9 | + "name" : "not_applicable" |
10 | 10 | }, |
11 | | - "Activity": { |
12 | | - "number": "42", |
13 | | - "type": "2" |
| 11 | + "Activity" : { |
| 12 | + "number" : "42", |
| 13 | + "type" : "2" |
14 | 14 | }, |
15 | | - "monitoring": { |
16 | | - "url": "infologger:///debug?qc" |
| 15 | + "monitoring" : { |
| 16 | + "url" : "infologger:///debug?qc" |
17 | 17 | }, |
18 | | - "consul": { |
19 | | - "url": "http://consul-test.cern.ch:8500" |
| 18 | + "consul" : { |
| 19 | + "url" : "http://consul-test.cern.ch:8500" |
20 | 20 | }, |
21 | | - "conditionDB": { |
22 | | - "url": "ccdb-test.cern.ch:8080" |
| 21 | + "conditionDB" : { |
| 22 | + "url" : "ccdb-test.cern.ch:8080" |
23 | 23 | } |
24 | 24 | }, |
25 | | - "tasks": { |
26 | | - "ITSTrackTask": { |
27 | | - "active": "true", |
28 | | - "className": "o2::quality_control_modules::its::ITSTrackTask", |
29 | | - "moduleName": "QcITS", |
30 | | - "detectorName": "ITS", |
31 | | - "cycleDurationSeconds": "30", |
32 | | - "maxNumberCycles": "-1", |
33 | | - "dataSource_comment": "The other type of dataSource is \"direct\", see basic-no-sampling.json.", |
34 | | - "dataSource": { |
35 | | - "type": "dataSamplingPolicy", |
36 | | - "name": "compclus" |
| 25 | + "tasks" : { |
| 26 | + "ITSTrackTask" : { |
| 27 | + "active" : "true", |
| 28 | + "className" : "o2::quality_control_modules::its::ITSTrackTask", |
| 29 | + "moduleName" : "QcITS", |
| 30 | + "detectorName" : "ITS", |
| 31 | + "cycleDurationSeconds" : "30", |
| 32 | + "maxNumberCycles" : "-1", |
| 33 | + "dataSource_comment" : "The other type of dataSource is \"direct\", see basic-no-sampling.json.", |
| 34 | + "dataSource" : { |
| 35 | + "type" : "dataSamplingPolicy", |
| 36 | + "name" : "compclus" |
37 | 37 | }, |
38 | | - "location": "remote" |
| 38 | + "location" : "remote", |
| 39 | + "taskParameters" : { |
| 40 | + "runNumberPath" : "/home/its/QC/workdir/infiles/RunNumber.dat" |
| 41 | + } |
| 42 | + |
39 | 43 | } |
40 | 44 | }, |
41 | | - "checks": { |
42 | | - "ITSTrackCheck": { |
43 | | - "active": "true", |
44 | | - "className": "o2::quality_control_modules::its::ITSTrackCheck", |
45 | | - "moduleName": "QcITS", |
46 | | - "policy": "OnAny", |
47 | | - "detectorName": "ITS", |
48 | | - "dataSource": [{ |
49 | | - "type": "Task", |
50 | | - "name": "ITSTrackTask", |
51 | | - "MOs": ["NClusters"] |
52 | | - }] |
53 | | - } |
| 45 | + "checks" : { |
| 46 | + "ITSTrackCheck" : { |
| 47 | + "active" : "true", |
| 48 | + "className" : "o2::quality_control_modules::its::ITSTrackCheck", |
| 49 | + "moduleName" : "QcITS", |
| 50 | + "policy" : "OnAny", |
| 51 | + "detectorName" : "ITS", |
| 52 | + "dataSource" : [ { |
| 53 | + "type" : "Task", |
| 54 | + "name" : "ITSTrackTask", |
| 55 | + "MOs" : ["NClusters"] |
| 56 | + } ] |
| 57 | + } |
54 | 58 | } |
55 | 59 | }, |
56 | 60 |
|
| 61 | + "dataSamplingPolicies" : [ |
| 62 | + { |
| 63 | + "id" : "compclus", |
| 64 | + "active" : "true", |
| 65 | + "machines" : [], |
| 66 | + "query" : "tracks:ITS/TRACKS/0;rofs:ITS/ITSTrackROF/0;compclus:ITS/COMPCLUSTERS/0", |
| 67 | + "samplingConditions" : [ |
| 68 | + { |
| 69 | + "condition" : "random", |
| 70 | + "fraction" : "1", |
| 71 | + "seed" : "1441" |
| 72 | + } |
| 73 | + ], |
57 | 74 |
|
58 | | - "dataSamplingPolicies": [ |
59 | | - { |
60 | | - "id": "compclus", |
61 | | - "active": "true", |
62 | | - "machines": [], |
63 | | - "query": "tracks:ITS/TRACKS/0;rofs:ITS/ITSTrackROF/0;compclus:ITS/COMPCLUSTERS/0", |
64 | | - "samplingConditions": [ |
65 | | - { |
66 | | - "condition": "random", |
67 | | - "fraction": "1", |
68 | | - "seed": "1441" |
69 | | - } |
70 | | - ], |
71 | | - |
72 | | - "blocking": "false" |
73 | | - } |
74 | | - ] |
75 | | - |
| 75 | + "blocking" : "false" |
| 76 | + } |
| 77 | + ] |
76 | 78 | } |
77 | | - |
78 | | - |
79 | | - |
80 | | - |
81 | | - |
0 commit comments