From 21c56b6795d95c6de87d3ea8135caa15986cd7b4 Mon Sep 17 00:00:00 2001 From: Ernst Hellbar Date: Thu, 7 Aug 2025 10:57:25 +0200 Subject: [PATCH] TPC: change default max-delay to 1 for o2-tpc-calibrator-dedx --- Detectors/TPC/workflow/src/CalibratordEdxSpec.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Detectors/TPC/workflow/src/CalibratordEdxSpec.cxx b/Detectors/TPC/workflow/src/CalibratordEdxSpec.cxx index ce45356aa28c8..4c2a26da38908 100644 --- a/Detectors/TPC/workflow/src/CalibratordEdxSpec.cxx +++ b/Detectors/TPC/workflow/src/CalibratordEdxSpec.cxx @@ -235,7 +235,7 @@ DataProcessorSpec getCalibratordEdxSpec(const o2::base::Propagator::MatCorrType Options{ {"tf-per-slot", VariantType::UInt32, 6000u, {"number of TFs per calibration time slot, is overwritten by seconds-per-slot if > 0"}}, {"seconds-per-slot", VariantType::Int, 180, {"seconds per calibration time slot, overwrites tf-per-slot if > 0"}}, - {"max-delay", VariantType::UInt32, 10u, {"number of slots in past to consider"}}, + {"max-delay", VariantType::UInt32, 1u, {"number of slots in past to consider"}}, {"min-entries", VariantType::Int, 10000, {"minimum entries per stack to fit a single time slot"}}, {"calib-interval-extension", VariantType::UInt32, 3600u, {"seconds by which to extend the calibration interval beyond the end of the time slot"}},