Skip to content

Commit a770502

Browse files
author
Szymon Pulawski
committed
Update parameter comments and default settings for Run 3
1 parent 1fe3ee7 commit a770502

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ struct FT0DigParam : o2::conf::ConfigurableParamHelper<FT0DigParam> {
3131
float mAmpRecordUp = 15; // to [ns]
3232
float hitTimeOffsetA = 0; ///< hit time offset on the A side [ns]
3333
float hitTimeOffsetC = 0; ///< hit time offset on the C side [ns]
34-
int mtrg_central_trh = 1433.; // Tclu
35-
int mtrg_semicentral_trh = 35.; // Tclu units = TCM charge level unit = 16 ADCunits
34+
int mtrg_central_trh = 1433.; // Tclu units
35+
int mtrg_semicentral_trh = 35.; // Tclu units
3636

3737
float mMip_in_V = 7; // MIP to mV
3838
float mPe_in_mip = 0.004; // invserse Np.e. in MIP 1./250.
@@ -47,8 +47,8 @@ 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.2857143; // amplitude channel 7 mV ->16channels
51-
float mMV_2_NchannelsInverse = 0.437499997; // inverse amplitude channel 7 mV ->16channels
50+
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)
5252

5353
O2ParamDef(FT0DigParam, "FT0DigParam");
5454
};

0 commit comments

Comments
 (0)