From 479de55aa22d1122c2d2cff6006575ae364f0e72 Mon Sep 17 00:00:00 2001 From: Jacek Otwinowski Date: Mon, 6 Mar 2023 23:57:17 +0100 Subject: [PATCH] new configuration of CFDEff checker added --- DATA/production/qc-async/fv0.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/DATA/production/qc-async/fv0.json b/DATA/production/qc-async/fv0.json index 42cfd5fe0..89da31753 100644 --- a/DATA/production/qc-async/fv0.json +++ b/DATA/production/qc-async/fv0.json @@ -46,7 +46,7 @@ }, "checks": { "FV0CFDEff": { - "active": "false", + "active": "true", "className": "o2::quality_control_modules::fv0::CFDEffCheck", "moduleName": "QcFV0", "policy": "OnAny", @@ -58,7 +58,8 @@ }], "checkParameters": { "thresholdWarning": "0.8", - "thresholdError": "0.6" + "thresholdError": "0.6", + "ccdbUrl": "alice-ccdb.cern.ch" } } }