warning that deadtime correction estimate is not yet implemented. I am not even sure this would be a good feature.

This commit is contained in:
2026-02-21 07:19:42 +01:00
parent 22b1ad7f2f
commit 08350a2fde

View File

@@ -206,7 +206,7 @@ void PRunBase::DeadTimeCorrection(std::vector<PDoubleVector> &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;
}
}
}