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
[QC-803] Trend only if all input objects are available (#2397)
* added config for trendingTask that enable trending only if all sources are available
* added test and proper parsing
* fixup! added test and proper parsing
---------
Co-authored-by: Michal Tichák <michal.tichak@cern.ch>
Copy file name to clipboardExpand all lines: doc/PostProcessing.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -389,6 +389,8 @@ use the boolean flag `"producePlotsOnUpdate"`.
389
389
390
390
To pick up the last existing trend which matches the specified Activity, set `"resumeTrend"` to `"true"`.
391
391
392
+
To generate plots only when all input objects are available, set `"trendIfAllInputs"`.
393
+
392
394
### The SliceTrendingTask class
393
395
The `SliceTrendingTask` is a complementary task to the standard `TrendingTask`. This task allows the trending of canvas objects that hold multiple histograms (which have to be of the same dimension, e.g. TH1) and the slicing of histograms. The latter option allows the user to divide a histogram into multiple subsections along one or two dimensions which are trended in parallel to each other. The task has specific reductors for `TH1` and `TH2` objects which are `o2::quality_control_modules::common::TH1SliceReductor` and `o2::quality_control_modules::common::TH2SliceReductor`.
0 commit comments