|
| 1 | +{ |
| 2 | + "qc": { |
| 3 | + "config": { |
| 4 | + "database": { |
| 5 | + "implementation": "CCDB", |
| 6 | + "host": "ccdb-test.cern.ch:8080", |
| 7 | + "maxObjectSize": "2097152", "": "[Bytes, default=2MB] Maximum size allowed, larger objects are rejected." |
| 8 | + }, |
| 9 | + "Activity": { |
| 10 | + "number": "42", |
| 11 | + "type": "NONE", |
| 12 | + "periodName": "", "": "Period name - e.g. LHC22c, LHC22c1b_test", |
| 13 | + "passName": "", "": "Pass type - e.g. spass, cpass1", |
| 14 | + "provenance": "qc", "": "Provenance - qc or qc_mc depending whether it is normal data or monte carlo data" |
| 15 | + }, |
| 16 | + "monitoring": { |
| 17 | + "url": "infologger:///debug?qc" |
| 18 | + }, |
| 19 | + "consul": { |
| 20 | + "url": "" |
| 21 | + }, |
| 22 | + "conditionDB": { |
| 23 | + "url": "ccdb-test.cern.ch:8080" |
| 24 | + }, |
| 25 | + "infologger": { "": "Configuration of the Infologger (optional).", |
| 26 | + "filterDiscardDebug": "false", "": "Set to true to discard debug and trace messages (default: false)", |
| 27 | + "filterDiscardLevel": "12", "": "Message at this level or above are discarded (default: 21 - Trace)", |
| 28 | + "filterDiscardFile": "/tmp/_ID_.txt", "": ["If set, the messages discarded because of filterDiscardLevel", |
| 29 | + "will go to this file (default: <none>); The keyword _ID_ is replaced by the device id. Discarded Debug ", |
| 30 | + "messages won't go there."] |
| 31 | + }, |
| 32 | + "bookkeeping": { |
| 33 | + "url": "" |
| 34 | + } |
| 35 | + }, |
| 36 | + "tasks": { |
| 37 | + "QcTask": { |
| 38 | + "active": "true", |
| 39 | + "className": "o2::quality_control_modules::skeleton::SkeletonTask", |
| 40 | + "moduleName": "QcSkeleton", |
| 41 | + "detectorName": "TST", |
| 42 | + "cycleDurationSeconds": "10", |
| 43 | + "dataSource": { |
| 44 | + "type": "dataSamplingPolicy", |
| 45 | + "name": "tst-raw" |
| 46 | + } |
| 47 | + } |
| 48 | + }, |
| 49 | + "checks": { |
| 50 | + "QcCheck": { |
| 51 | + "active": "true", |
| 52 | + "className": "o2::quality_control_modules::skeleton::SkeletonCheck", |
| 53 | + "moduleName": "QcSkeleton", |
| 54 | + "policy": "OnAny", |
| 55 | + "detectorName": "TST", |
| 56 | + "dataSource": [{ |
| 57 | + "type": "Task", |
| 58 | + "name": "QcTask", |
| 59 | + "MOs": ["example"] |
| 60 | + }], |
| 61 | + "extendedCheckParameters": { |
| 62 | + "physics": { |
| 63 | + "pp": { |
| 64 | + "myOwnKey1": "myOwnValue1c" |
| 65 | + } |
| 66 | + } |
| 67 | + } |
| 68 | + }, |
| 69 | + "latecheck": { |
| 70 | + "active": "true", |
| 71 | + "className": "o2::quality_control_modules::skeleton::SkeletonCheck", |
| 72 | + "moduleName": "QcSkeleton", |
| 73 | + "policy": "OnAny", |
| 74 | + "detectorName": "TST", |
| 75 | + "dataSource": [{ |
| 76 | + "type": "LateTask", |
| 77 | + "name": "late", |
| 78 | + "MOs": ["graph_example"] |
| 79 | + }], |
| 80 | + "extendedCheckParameters": { |
| 81 | + "physics": { |
| 82 | + "pp": { |
| 83 | + "myOwnKey1": "myOwnValue1c" |
| 84 | + } |
| 85 | + } |
| 86 | + } |
| 87 | + } |
| 88 | + }, |
| 89 | + "lateTasks": { |
| 90 | + "late": { |
| 91 | + "active": "true", |
| 92 | + "className": "o2::quality_control_modules::skeleton::SkeletonLateTask", |
| 93 | + "moduleName": "QcSkeleton", |
| 94 | + "detectorName": "TST", |
| 95 | + "dataSources": [{ |
| 96 | + "type": "Task", |
| 97 | + "name": "QcTask", |
| 98 | + "MOs": ["example"] |
| 99 | + }] |
| 100 | + } |
| 101 | + } |
| 102 | + }, |
| 103 | + "dataSamplingPolicies": [ |
| 104 | + { |
| 105 | + "id": "tst-raw", |
| 106 | + "active": "true", |
| 107 | + "machines": [], |
| 108 | + "query": "data:TST/RAWDATA/0", |
| 109 | + "samplingConditions": [ |
| 110 | + { |
| 111 | + "condition": "random", |
| 112 | + "fraction": "0.1", |
| 113 | + "seed": "1234" |
| 114 | + } |
| 115 | + ] |
| 116 | + } |
| 117 | + ] |
| 118 | +} |
0 commit comments