Skip to content

Commit 75b357e

Browse files
author
Szymon Pulawski
committed
Clang formating
1 parent a770502 commit 75b357e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Detectors/FIT/FT0/base/include/FT0Base/FT0DigParam.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ struct FT0DigParam : o2::conf::ConfigurableParamHelper<FT0DigParam> {
4747
float mAmpThresholdForReco = 5; // only channels with amplitude higher will participate in calibration and collision time: 0.3 MIP
4848
short mTimeThresholdForReco = 1000; // only channels with time below will participate in calibration and collision time
4949

50-
float mMV_2_Nchannels = 2.; // amplitude channel 7 mV ->14channels
50+
float mMV_2_Nchannels = 2.; // amplitude channel 7 mV ->14channels
5151
float mMV_2_NchannelsInverse = 0.5; // inverse amplitude channel 7 mV ->14channels (nowhere used)
5252

5353
O2ParamDef(FT0DigParam, "FT0DigParam");

0 commit comments

Comments
 (0)