You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1444,7 +1447,9 @@ The configuration looks like
1444
1447
The check needs the following parameters
1445
1448
-`referenceRun` to specify what is the run of reference and retrieve the reference data.
1446
1449
-`comparatorName` to decide how to compare, see below for their descriptions.
1447
-
-`threshold` to specifie the value used to discriminate between good and bad matches between the histograms.
1450
+
-`threshold` to specify the value used to discriminate between good and bad matches between the histograms.
1451
+
-`ratioPlotRange` to specify a custom vertical scale for the ratio plot. The vertical values are between 1.0 - range and 1.0 + range.
1452
+
-`ignorePeriodForReference`, `ignorePassForReference`: boolean flags specifying wether to ignore the period or pass names of the reference run; needed for comparing runs from different periods and/or reconstruction passes.
1448
1453
1449
1454
Three comparators are provided:
1450
1455
1.`o2::quality_control_modules::common::ObjectComparatorDeviation`: comparison based on the average relative deviation between the bins of the current and reference histograms; the `threshold` parameter represent in this case the maximum allowed deviation
Copy file name to clipboardExpand all lines: doc/PostProcessing.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -516,14 +516,15 @@ This post-processing task draws a given set of plots in comparison with their co
516
516
Currently the source of reference data is specified as a run-type and beam-type specific `referenceRun` number. This will be modified once a centralized way of accessing reference plots will become available in the framework.
517
517
The `notOlderThan` option allows to ignore monitor objects that are older than a given number of seconds. A value of -1 means "no limit".
518
518
The `ignorePeriodForReference` and `ignorePassForReference` boolean parameters control whether the period and/or pass names should be matched or not when querying the reference plots from the database.
519
-
A value of `"1"` (default) means that the reference plots are not required to match the period and/or pass names of the current run, while a value of `"0"` means that the reference plot is retrieved only if the corresponding period and/or pass names match those of the current run.
519
+
A value of `"true"` (default) means that the reference plots are not required to match the period and/or pass names of the current run, while a value of `"false"` means that the reference plot is retrieved only if the corresponding period and/or pass names match those of the current run.
520
520
521
521
The input MonitorObjects to be processed are logically divided in **dataGroups**. Each group is configured via the following parameters:
522
522
523
523
*`inputPath`: path in the QCDB where the input objects are located
524
524
*`referencePath` (optional): specifies the path for the reference objects, if not set the `inputPath` is used
525
525
*`outputPath`: path in the QCDB where the output objects are stored
526
526
*`drawRatioOnly`: boolean parameter specifying wether to only draw the ratio plots, or the current/reference comparisons as well
527
+
*`legendHeight`: space reserved for the legend above the histograms, in fractions of the pad height
527
528
*`drawOption1D`: the ROOT draw option to be used for the 1-D histograms
528
529
*`drawOption2D`: the ROOT draw option to be used for the 2-D histograms
529
530
@@ -595,8 +596,8 @@ In the example configuration below, the relationship between the input and outpu
0 commit comments