From 7cd621ff55b65e850da94e3793c4cb7c321b5500 Mon Sep 17 00:00:00 2001 From: wiechula Date: Tue, 26 Sep 2023 16:42:29 +0200 Subject: [PATCH] Add modifications to activate TPC DCAr plots * proper ccdb * grpGeom handler --- DATA/production/qc-async/tpc.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/DATA/production/qc-async/tpc.json b/DATA/production/qc-async/tpc.json index 6f7e06409..af807e718 100644 --- a/DATA/production/qc-async/tpc.json +++ b/DATA/production/qc-async/tpc.json @@ -23,7 +23,7 @@ "url": "" }, "conditionDB": { - "url": "ccdb-test.cern.ch:8080" + "url": "alice-ccdb.cern.ch" } }, "tasks": { @@ -91,6 +91,16 @@ "cutAbsEta": "1.", "cutMinNCluster": "60", "cutMindEdxTot": "20." + }, + "grpGeomRequest" : { + "geomRequest": "None", + "askGRPECS": "false", + "askGRPLHCIF": "false", + "askGRPMagField": "true", + "askMatLUT": "true", + "askTime": "false", + "askOnceAllButField": "true", + "needPropagatorD": "false" } } }