TRD: decrease default --max-delay for gain, t0, vdexb calibrations#14478
TRD: decrease default --max-delay for gain, t0, vdexb calibrations#14478shahor02 merged 1 commit intoAliceO2Group:devfrom
Conversation
|
REQUEST FOR PRODUCTION RELEASES: This will add The following labels are available |
| Options{ | ||
| {"sec-per-slot", VariantType::UInt32, 900u, {"number of seconds per calibration time slot"}}, | ||
| {"max-delay", VariantType::UInt32, 2u, {"number of slots in past to consider"}}, | ||
| {"max-delay", VariantType::UInt32, 0.05f, {"number of slots in past to consider"}}, |
There was a problem hiding this comment.
should be VariantType::Float
There was a problem hiding this comment.
ah yes, sorry about that
| Options{ | ||
| {"sec-per-slot", VariantType::UInt32, 900u, {"number of seconds per calibration time slot"}}, | ||
| {"max-delay", VariantType::UInt32, 2u, {"number of slots in past to consider"}}, | ||
| {"max-delay", VariantType::UInt32, 0.05f, {"number of slots in past to consider"}}, |
| Options{ | ||
| {"sec-per-slot", VariantType::UInt32, 900u, {"number of seconds per calibration time slot"}}, | ||
| {"max-delay", VariantType::UInt32, 2u, {"number of slots in past to consider"}}, | ||
| {"max-delay", VariantType::UInt32, 0.05f, {"number of slots in past to consider"}}, |
|
Error while checking build/O2/fullCI_slc9 for 256f5b5 at 2025-07-03 19:28: Full log here. |
| Options{ | ||
| {"sec-per-slot", VariantType::UInt32, 900u, {"number of seconds per calibration time slot"}}, | ||
| {"max-delay", VariantType::UInt32, 2u, {"number of slots in past to consider"}}, | ||
| {"max-delay", VariantType::VariantType::Float, 0.05f, {"number of slots in past to consider"}}, |
No description provided.