|
49 | 49 | "GID": "ITS-TPC,ITS", |
50 | 50 | "verbose": "false", |
51 | 51 | "doMTCRatios": "true", |
| 52 | + "doMTCTrending": "true", |
52 | 53 | "doK0QC": "true", |
53 | 54 | "isSync": "true", |
54 | 55 | "trackSourcesK0": "ITS,TPC,ITS-TPC,ITS-TPC-TOF,TPC-TOF,TPC-TRD,ITS-TPC-TRD,TPC-TRD-TOF,ITS-TPC-TOF,ITS-TPC-TRD-TOF" |
|
131 | 132 | "title": "Fitted K0s mass", |
132 | 133 | "varexp": "gloFitK0sMassSignal.mean:time", |
133 | 134 | "option": "*L", |
| 135 | + "graphYRange": "0.45:0.55", |
134 | 136 | "graphAxisLabel": "K0s mass (GeV/c^{2}):time" |
135 | 137 | }, |
136 | 138 | { |
137 | 139 | "name": "glo_k0s_sigma_trending", |
138 | 140 | "title": "Fitted K0s sigma", |
139 | 141 | "varexp": "gloFitK0sMassSignal.sigma:time", |
140 | 142 | "option": "*L", |
| 143 | + "graphYRange": "0:0.01", |
141 | 144 | "graphAxisLabel": "#sigma_{K0s mass (GeV/c^{2})}:time" |
142 | 145 | } |
143 | 146 | ] |
| 147 | + }, |
| 148 | + "MTCTrend": { |
| 149 | + "active": "true", |
| 150 | + "className": "o2::quality_control::postprocessing::TrendingTask", |
| 151 | + "moduleName": "QcGLO", |
| 152 | + "detectorName": "GLO", |
| 153 | + "resumeTrend": "false", |
| 154 | + "initTrigger": [ |
| 155 | + "once" |
| 156 | + ], |
| 157 | + "updateTrigger": [ |
| 158 | + "newobject:qcdb:GLO/MO/ITSTPCMatchingTask/gloMTCTrendingObject" |
| 159 | + ], |
| 160 | + "stopTrigger": [ |
| 161 | + "usercontrol" |
| 162 | + ], |
| 163 | + "dataSources": [ |
| 164 | + { |
| 165 | + "type": "repository", |
| 166 | + "path": "GLO/MO/ITSTPCMatchingTask", |
| 167 | + "names": [ |
| 168 | + "gloMTCTrendingObject" |
| 169 | + ], |
| 170 | + "reductorName": "o2::quality_control_modules::glo::MTCReductor", |
| 171 | + "moduleName": "QcGLO" |
| 172 | + } |
| 173 | + ], |
| 174 | + "plots": [ |
| 175 | + { |
| 176 | + "name": "glo_mtc_pt_trending", |
| 177 | + "title": "MTC #it{p}_{T} trending", |
| 178 | + "varexp": "gloMTCTrendingObject.pt:time", |
| 179 | + "option": "*L", |
| 180 | + "graphYRange": "0:1.02", |
| 181 | + "graphAxisLabel": "MTC:time" |
| 182 | + } |
| 183 | + ] |
144 | 184 | } |
145 | 185 | } |
146 | 186 | } |
|
0 commit comments