Skip to content

Commit 860ed80

Browse files
authored
Tune the postprocessing example config (#2595)
- "10 minutes" stop trigger is removed, as I saw cases where it was preserved it in production configurations. - better SliceTrendingTask multigraph drawing option is used, which will allow to see different colours for trended slices - "resumeTrend" in SliceTrendingTask is switched off to avoid confusion about where the old points come from and to avoid picking up differently configured trends, which may cause incompatibilities
1 parent 0eb9047 commit 860ed80

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Framework/postprocessing.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,15 +145,15 @@
145145
"newobject:qcdb:TST/MO/QcTask/example"
146146
],
147147
"stopTrigger": [
148-
"userorcontrol", "10 minutes"
148+
"userorcontrol"
149149
]
150150
},
151151
"ExampleTrendExtended": {
152152
"active": "true",
153153
"className": "o2::quality_control::postprocessing::SliceTrendingTask",
154154
"moduleName": "QualityControl",
155155
"detectorName": "TST",
156-
"resumeTrend": "true",
156+
"resumeTrend": "false",
157157
"dataSources": [
158158
{
159159
"type": "repository",
@@ -204,7 +204,7 @@
204204
"title": "Mean Y trend of the example histogram",
205205
"varexp": "example.meanY:multigraphtime",
206206
"selection": "",
207-
"option": "*L",
207+
"option": "A*L PMC PLC",
208208
"graphErrors": "errMeanY:0.5",
209209
"graphYRange": "",
210210
"graphXRange": "",
@@ -230,7 +230,7 @@
230230
"newobject:qcdb:TST/MO/QcTask/example"
231231
],
232232
"stopTrigger": [
233-
"userorcontrol", "10 minutes"
233+
"userorcontrol"
234234
]
235235
},
236236
"ExampleQualityTask": {

0 commit comments

Comments
 (0)