From 08350a2fdee23c911cf31d4f5fe25f1219aca8bb Mon Sep 17 00:00:00 2001 From: Andreas Suter Date: Sat, 21 Feb 2026 07:19:42 +0100 Subject: [PATCH] warning that deadtime correction estimate is not yet implemented. I am not even sure this would be a good feature. --- src/classes/PRunBase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/classes/PRunBase.cpp b/src/classes/PRunBase.cpp index 4b483aaab..6ab053ef9 100644 --- a/src/classes/PRunBase.cpp +++ b/src/classes/PRunBase.cpp @@ -206,7 +206,7 @@ void PRunBase::DeadTimeCorrection(std::vector &histos, PUIntVecto } } if ((dtcr.Contains("estimate", TString::kIgnoreCase) || (dtcg_tag != 0)) && needToCheck) { - std::cerr << "as35> run: deadtime correction: " << dtcr.Data() << ", global: " << dtcg_tag << std::endl; + std::cerr << std::endl << "**INFO** deadtime correction estimate not yet implemented." << std::endl; } } }