From e64de9c0a7c9850ad771af755da2a87c3050c82a Mon Sep 17 00:00:00 2001 From: Piotr Konopka Date: Fri, 8 Aug 2025 16:30:30 +0200 Subject: [PATCH] Tune the postprocessing example config - "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 --- Framework/postprocessing.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Framework/postprocessing.json b/Framework/postprocessing.json index aa0eab04f5..e72cd83e18 100644 --- a/Framework/postprocessing.json +++ b/Framework/postprocessing.json @@ -145,7 +145,7 @@ "newobject:qcdb:TST/MO/QcTask/example" ], "stopTrigger": [ - "userorcontrol", "10 minutes" + "userorcontrol" ] }, "ExampleTrendExtended": { @@ -153,7 +153,7 @@ "className": "o2::quality_control::postprocessing::SliceTrendingTask", "moduleName": "QualityControl", "detectorName": "TST", - "resumeTrend": "true", + "resumeTrend": "false", "dataSources": [ { "type": "repository", @@ -204,7 +204,7 @@ "title": "Mean Y trend of the example histogram", "varexp": "example.meanY:multigraphtime", "selection": "", - "option": "*L", + "option": "A*L PMC PLC", "graphErrors": "errMeanY:0.5", "graphYRange": "", "graphXRange": "", @@ -230,7 +230,7 @@ "newobject:qcdb:TST/MO/QcTask/example" ], "stopTrigger": [ - "userorcontrol", "10 minutes" + "userorcontrol" ] }, "ExampleQualityTask": {