From 5dbaf763eac83fe69822b13f3f70fe4c7901b97d Mon Sep 17 00:00:00 2001 From: swenzel Date: Mon, 8 Sep 2025 15:35:37 +0200 Subject: [PATCH] New config for analysis task - reduce verbosity --- .../json/dpl/o2-analysistutorial-mc-histograms.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 MC/config/analysis_testing/json/dpl/o2-analysistutorial-mc-histograms.json diff --git a/MC/config/analysis_testing/json/dpl/o2-analysistutorial-mc-histograms.json b/MC/config/analysis_testing/json/dpl/o2-analysistutorial-mc-histograms.json new file mode 100644 index 000000000..d60d3166b --- /dev/null +++ b/MC/config/analysis_testing/json/dpl/o2-analysistutorial-mc-histograms.json @@ -0,0 +1,11 @@ +{ + "access-mc-data": { + "reduce-output" : 2 + }, + "access-mc-truth": { + "reduce-output" : 2 + }, + "loop-over-mc-matched": { + "reduce-output" : 2 + } +}