From 7aaaeabe83518ac364b7a787be3455b8ddf924bf Mon Sep 17 00:00:00 2001 From: iravasen Date: Fri, 22 Mar 2024 16:13:39 +0100 Subject: [PATCH] flag to disable 1 histo in track task --- DATA/production/qc-async/its.json | 3 ++- MC/config/QC/json/its-clusters-tracks-qc.json | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/DATA/production/qc-async/its.json b/DATA/production/qc-async/its.json index ff8c0408b..3ec7f1e0b 100644 --- a/DATA/production/qc-async/its.json +++ b/DATA/production/qc-async/its.json @@ -80,7 +80,8 @@ "nBCbins" : "103", "dicttimestamp" : 0, "doNorm": "1", - "InvMasses" : "1" + "InvMasses" : "1", + "publishMore": "0" } } }, diff --git a/MC/config/QC/json/its-clusters-tracks-qc.json b/MC/config/QC/json/its-clusters-tracks-qc.json index 5fa4ec5ff..be7e53ff4 100644 --- a/MC/config/QC/json/its-clusters-tracks-qc.json +++ b/MC/config/QC/json/its-clusters-tracks-qc.json @@ -78,7 +78,8 @@ "doTTree": "0", "nBCbins": "103", "dicttimestamp": "0", - "doNorm": "1" + "doNorm": "1", + "publishMore": "0" } } }, @@ -148,4 +149,4 @@ } } } -} \ No newline at end of file +}