From 1793df05b6f42707b96d62080bec3b5977cdd6cc Mon Sep 17 00:00:00 2001 From: wiechula Date: Mon, 18 Sep 2023 15:25:55 +0200 Subject: [PATCH] grpGeom request needed for Tracks to use propagator --- Modules/TPC/run/tpcQCTracks_sampled.json | 13 ++++++++++++- Modules/TPC/src/Tracks.cxx | 1 - 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Modules/TPC/run/tpcQCTracks_sampled.json b/Modules/TPC/run/tpcQCTracks_sampled.json index dba899a3a4..29441aa68f 100644 --- a/Modules/TPC/run/tpcQCTracks_sampled.json +++ b/Modules/TPC/run/tpcQCTracks_sampled.json @@ -9,6 +9,7 @@ "name": "not_applicable" }, "Activity": { + "number": "592390" }, "monitoring": { "url": "infologger:///debug?qc" @@ -17,7 +18,7 @@ "url": "" }, "conditionDB": { - "url": "ccdb-test.cern.ch:8080" + "url": "alice-ccdb.cern.ch" } }, "tasks": { @@ -36,6 +37,16 @@ "taskParameters": { "cutAbsEta": "1.", "cutMinNCluster": "60", "cutMindEdxTot": "20." }, + "grpGeomRequest" : { + "geomRequest": "None", + "askGRPECS": "false", + "askGRPLHCIF": "false", + "askGRPMagField": "true", + "askMatLUT": "true", + "askTime": "false", + "askOnceAllButField": "true", + "needPropagatorD": "false" + }, "location": "remote" } }, diff --git a/Modules/TPC/src/Tracks.cxx b/Modules/TPC/src/Tracks.cxx index 0fa1bfe4d3..df4393e72c 100644 --- a/Modules/TPC/src/Tracks.cxx +++ b/Modules/TPC/src/Tracks.cxx @@ -18,7 +18,6 @@ #include #include #include -//#include // O2 includes #include "Framework/ProcessingContext.h"