|
145 | 145 | } |
146 | 146 | ] |
147 | 147 | }, |
148 | | - "MTCTrend": { |
| 148 | + "MTCTrend1": { |
149 | 149 | "active": "true", |
150 | 150 | "className": "o2::quality_control::postprocessing::TrendingTask", |
151 | 151 | "moduleName": "QcGLO", |
|
168 | 168 | "mFractionITSTPCmatch_ITS_Hist" |
169 | 169 | ], |
170 | 170 | "reductorName": "o2::quality_control_modules::glo::MTCReductor", |
| 171 | + "reductorParameters": { |
| 172 | + "default": { |
| 173 | + "default": { |
| 174 | + "pt": "1.5" |
| 175 | + } |
| 176 | + } |
| 177 | + }, |
171 | 178 | "moduleName": "QcGLO" |
172 | 179 | } |
173 | 180 | ], |
174 | 181 | "plots": [ |
175 | 182 | { |
176 | | - "name": "glo_mtc_pt_trending", |
| 183 | + "name": "glo_mtc_pt15_trending", |
177 | 184 | "title": "MTC at #it{p}_{T}=1.5 trending", |
178 | | - "varexp": "mFractionITSTPCmatch_ITS_Hist.pt:time", |
| 185 | + "varexp": "mFractionITSTPCmatch_ITS_Hist.mtc:time", |
| 186 | + "option": "*L", |
| 187 | + "graphYRange": "0:1.02", |
| 188 | + "graphAxisLabel": "MTC:time" |
| 189 | + } |
| 190 | + ] |
| 191 | + }, |
| 192 | + "MTCTrend2": { |
| 193 | + "active": "true", |
| 194 | + "className": "o2::quality_control::postprocessing::TrendingTask", |
| 195 | + "moduleName": "QcGLO", |
| 196 | + "detectorName": "GLO", |
| 197 | + "resumeTrend": "false", |
| 198 | + "initTrigger": [ |
| 199 | + "once" |
| 200 | + ], |
| 201 | + "updateTrigger": [ |
| 202 | + "newobject:qcdb:GLO/MO/ITSTPCMatchingTask/mFractionITSTPCmatch_ITS_Hist" |
| 203 | + ], |
| 204 | + "stopTrigger": [ |
| 205 | + "usercontrol" |
| 206 | + ], |
| 207 | + "dataSources": [ |
| 208 | + { |
| 209 | + "type": "repository", |
| 210 | + "path": "GLO/MO/ITSTPCMatchingTask", |
| 211 | + "names": [ |
| 212 | + "mFractionITSTPCmatch_ITS_Hist" |
| 213 | + ], |
| 214 | + "reductorName": "o2::quality_control_modules::glo::MTCReductor", |
| 215 | + "reductorParameters": { |
| 216 | + "default": { |
| 217 | + "default": { |
| 218 | + "pt": "0.5" |
| 219 | + } |
| 220 | + } |
| 221 | + }, |
| 222 | + "moduleName": "QcGLO" |
| 223 | + } |
| 224 | + ], |
| 225 | + "plots": [ |
| 226 | + { |
| 227 | + "name": "glo_mtc_pt05_trending", |
| 228 | + "title": "MTC at #it{p}_{T}=0.5 trending", |
| 229 | + "varexp": "mFractionITSTPCmatch_ITS_Hist.mtc:time", |
179 | 230 | "option": "*L", |
180 | 231 | "graphYRange": "0:1.02", |
181 | 232 | "graphAxisLabel": "MTC:time" |
|
0 commit comments