From 00d18904e88c5de6ecf8df30a6a7c51cb97325c2 Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin Date: Mon, 4 Nov 2024 16:27:29 -0500 Subject: [PATCH] TOFHitDigiConfig.h: rm unused suff --- src/algorithms/digi/TOFHitDigiConfig.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/algorithms/digi/TOFHitDigiConfig.h b/src/algorithms/digi/TOFHitDigiConfig.h index 572b6a515..1c578d85a 100644 --- a/src/algorithms/digi/TOFHitDigiConfig.h +++ b/src/algorithms/digi/TOFHitDigiConfig.h @@ -12,8 +12,6 @@ struct TOFHitDigiConfig { double threshold{1.0 * dd4hep::keV}; double tRes = 0.1; /// TODO 8 of what units??? Same TODO in juggler. Probably [ns] // digitization settings - // unsigned int pedMeanADC{0}; - // double pedSigmaADC{0}; double resolutionTDC{1}; double resolutionADC{1};