From 20d552712be69f42a3d294fc8c3454cf37fcf7e2 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Thu, 26 Mar 2026 16:45:32 +0000 Subject: [PATCH] Please consider the following formatting changes --- Detectors/FIT/FT0/base/include/FT0Base/FT0DigParam.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Detectors/FIT/FT0/base/include/FT0Base/FT0DigParam.h b/Detectors/FIT/FT0/base/include/FT0Base/FT0DigParam.h index 4deaca92f43c9..aa7716f28824a 100644 --- a/Detectors/FIT/FT0/base/include/FT0Base/FT0DigParam.h +++ b/Detectors/FIT/FT0/base/include/FT0Base/FT0DigParam.h @@ -47,7 +47,7 @@ struct FT0DigParam : o2::conf::ConfigurableParamHelper { float mAmpThresholdForReco = 5; // only channels with amplitude higher will participate in calibration and collision time: 0.3 MIP short mTimeThresholdForReco = 1000; // only channels with time below will participate in calibration and collision time - float mMV_2_Nchannels = 2.; // amplitude channel 7 mV ->14channels + float mMV_2_Nchannels = 2.; // amplitude channel 7 mV ->14channels float mMV_2_NchannelsInverse = 0.5; // inverse amplitude channel 7 mV ->14channels (nowhere used) O2ParamDef(FT0DigParam, "FT0DigParam");