We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a770502 commit 75b357eCopy full SHA for 75b357e
Detectors/FIT/FT0/base/include/FT0Base/FT0DigParam.h
@@ -47,7 +47,7 @@ struct FT0DigParam : o2::conf::ConfigurableParamHelper<FT0DigParam> {
47
float mAmpThresholdForReco = 5; // only channels with amplitude higher will participate in calibration and collision time: 0.3 MIP
48
short mTimeThresholdForReco = 1000; // only channels with time below will participate in calibration and collision time
49
50
- float mMV_2_Nchannels = 2.; // amplitude channel 7 mV ->14channels
+ float mMV_2_Nchannels = 2.; // amplitude channel 7 mV ->14channels
51
float mMV_2_NchannelsInverse = 0.5; // inverse amplitude channel 7 mV ->14channels (nowhere used)
52
53
O2ParamDef(FT0DigParam, "FT0DigParam");
0 commit comments