|
22 | 22 | "url": "o2-ccdb.internal" |
23 | 23 | }, |
24 | 24 | "infologger": { |
25 | | - "": "Message at this level or above are discarded (default: 21 - Trace)", |
26 | 25 | "filterDiscardDebug": "false", |
27 | 26 | "filterDiscardLevel": "11" |
28 | 27 | } |
|
33 | 32 | "className": "o2::quality_control_modules::trd::RawData", |
34 | 33 | "moduleName": "QcTRD", |
35 | 34 | "detectorName": "TRD", |
36 | | - "cycleDurationSeconds": "60", |
| 35 | + "cycleDurations": [ |
| 36 | + {"cycleDurationSeconds": 30, "validitySeconds": 180}, |
| 37 | + {"cycleDurationSeconds": 180, "validitySeconds": 1} |
| 38 | + ], |
37 | 39 | "dataSource": { |
38 | 40 | "type": "direct", |
39 | 41 | "query": "rawstats:TRD/RAWSTATS" |
40 | 42 | }, |
| 43 | + "disableLastCycle": "true", |
41 | 44 | "location": "local", |
42 | 45 | "localMachines": [ |
43 | 46 | "epn", |
|
54 | 57 | "className": "o2::quality_control_modules::trd::DigitsTask", |
55 | 58 | "moduleName": "QcTRD", |
56 | 59 | "detectorName": "TRD", |
57 | | - "cycleDurationSeconds": "60", |
| 60 | + "cycleDurationSeconds": "180", |
58 | 61 | "dataSource": { |
59 | 62 | "type": "dataSamplingPolicy", |
60 | 63 | "name": "trdall" |
61 | 64 | }, |
| 65 | + "disableLastCycle": "true", |
62 | 66 | "location": "local", |
63 | 67 | "localMachines": [ |
64 | 68 | "epn", |
|
79 | 83 | "className": "o2::quality_control_modules::trd::TrackletsTask", |
80 | 84 | "moduleName": "QcTRD", |
81 | 85 | "detectorName": "TRD", |
82 | | - "cycleDurationSeconds": "60", |
| 86 | + "cycleDurationSeconds": "120", |
83 | 87 | "dataSource": { |
84 | 88 | "type": "dataSamplingPolicy", |
85 | 89 | "name": "trdall" |
86 | 90 | }, |
| 91 | + "disableLastCycle": "true", |
87 | 92 | "location": "local", |
88 | 93 | "localMachines": [ |
89 | 94 | "epn", |
|
105 | 110 | "className": "o2::quality_control_modules::trd::PulseHeightTrackMatch", |
106 | 111 | "moduleName": "QcTRD", |
107 | 112 | "detectorName": "TRD", |
108 | | - "cycleDurationSeconds": "60", |
| 113 | + "cycleDurationSeconds": "180", |
109 | 114 | "dataSource": { |
110 | 115 | "type": "direct", |
111 | 116 | "query": "phValues:TRD/PULSEHEIGHT" |
112 | 117 | }, |
| 118 | + "disableLastCycle": "true", |
113 | 119 | "location": "local", |
114 | 120 | "localMachines": [ |
115 | 121 | "epn", |
|
129 | 135 | "className": "o2::quality_control_modules::trd::TrackingTask", |
130 | 136 | "moduleName": "QcTRD", |
131 | 137 | "detectorName": "TRD", |
132 | | - "cycleDurationSeconds": "60", |
| 138 | + "cycleDurationSeconds": "180", |
133 | 139 | "dataSource": { |
134 | 140 | "type": "direct", |
135 | 141 | "query": "trackITSTPCTRD:TRD/MATCH_ITSTPC;trigITSTPCTRD:TRD/TRGREC_ITSTPC" |
136 | 142 | }, |
| 143 | + "disableLastCycle": "true", |
137 | 144 | "location": "local", |
138 | 145 | "localMachines": [ |
139 | 146 | "epn", |
|
0 commit comments