Skip to content

Commit

Permalink
Please consider the following formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild committed Dec 7, 2023
1 parent 60cbafc commit abff78d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Detectors/FIT/FT0/base/include/FT0Base/FT0DigParam.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@ struct FT0DigParam : o2::conf::ConfigurableParamHelper<FT0DigParam> {
int mtrg_central_trh = 600.; // channels
int mtrg_semicentral_trh = 300.; // channels

float mMip_in_V = 7; // MIP to mV
float mPe_in_mip = 0.004; // invserse Np.e. in MIP 1./250.
float mCfdShift = 1.66; // ns
float mCFDShiftPos = 1.47; // shift positive part of CFD signal; distance between 0.3 of max amplitude to max
float mCFDdeadTime = 15.6; // ns
float mMip_in_V = 7; // MIP to mV
float mPe_in_mip = 0.004; // invserse Np.e. in MIP 1./250.
float mCfdShift = 1.66; // ns
float mCFDShiftPos = 1.47; // shift positive part of CFD signal; distance between 0.3 of max amplitude to max
float mCFDdeadTime = 15.6; // ns
float mCharge2amp = 0.22;
float mNoiseVar = 0.1; // noise level
float mNoisePeriod = 1 / 0.9; // GHz low frequency noise period;
short mTime_trg_gate = 153; // #channels as in TCM as in Pilot beams ('OR gate' setting in TCM tab in ControlServer)
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 mNoiseVar = 0.1; // noise level
float mNoisePeriod = 1 / 0.9; // GHz low frequency noise period;
short mTime_trg_gate = 153; // #channels as in TCM as in Pilot beams ('OR gate' setting in TCM tab in ControlServer)
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.2857143; // amplitude channel 7 mV ->16channels
float mMV_2_NchannelsInverse = 0.437499997; // inverse amplitude channel 7 mV ->16channels
Expand Down

0 comments on commit abff78d

Please sign in to comment.