Skip to content

Commit 8de09fc

Browse files
ehellbarwiechula
authored andcommitted
TPC: change default max-delay to 1 for o2-tpc-calibrator-dedx
1 parent 577a7f0 commit 8de09fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Detectors/TPC/workflow/src/CalibratordEdxSpec.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ DataProcessorSpec getCalibratordEdxSpec(const o2::base::Propagator::MatCorrType
235235
Options{
236236
{"tf-per-slot", VariantType::UInt32, 6000u, {"number of TFs per calibration time slot, is overwritten by seconds-per-slot if > 0"}},
237237
{"seconds-per-slot", VariantType::Int, 180, {"seconds per calibration time slot, overwrites tf-per-slot if > 0"}},
238-
{"max-delay", VariantType::UInt32, 10u, {"number of slots in past to consider"}},
238+
{"max-delay", VariantType::UInt32, 1u, {"number of slots in past to consider"}},
239239
{"min-entries", VariantType::Int, 10000, {"minimum entries per stack to fit a single time slot"}},
240240
{"calib-interval-extension", VariantType::UInt32, 3600u, {"seconds by which to extend the calibration interval beyond the end of the time slot"}},
241241

0 commit comments

Comments
 (0)