diff --git a/DATA/production/qc-async/ft0.json b/DATA/production/qc-async/ft0.json index efb6516ab..f06d73d1c 100644 --- a/DATA/production/qc-async/ft0.json +++ b/DATA/production/qc-async/ft0.json @@ -35,7 +35,17 @@ "type": "direct", "query": "recpoints:FT0/RECPOINTS/0;channels:FT0/RECCHDATA/0" }, - "saveObjectsToFile":"QC_FT0.root" + "saveObjectsToFile":"QC_FT0.root", + "grpGeomRequest" : { + "geomRequest": "None", + "askGRPECS": "false", + "askGRPLHCIF": "true", + "askGRPMagField": "false", + "askMatLUT": "false", + "askTime": "false", + "askOnceAllButField": "false", + "needPropagatorD": "false" + } } } } diff --git a/MC/config/QC/json/ft0-reconstruction-config.json b/MC/config/QC/json/ft0-reconstruction-config.json index bebf3faf5..95b93f6f6 100644 --- a/MC/config/QC/json/ft0-reconstruction-config.json +++ b/MC/config/QC/json/ft0-reconstruction-config.json @@ -36,6 +36,16 @@ "dataSource": { "type": "direct", "query": "recpoints:FT0/RECPOINTS/0;channels:FT0/RECCHDATA/0" + }, + "grpGeomRequest" : { + "geomRequest": "None", + "askGRPECS": "false", + "askGRPLHCIF": "true", + "askGRPMagField": "false", + "askMatLUT": "false", + "askTime": "false", + "askOnceAllButField": "false", + "needPropagatorD": "false" } } }