File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Detectors/Upgrades/ALICE3/TRK/simulation/include/TRKSimulation Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ struct DPLDigitizerParam : public o2::conf::ConfigurableParamHelper<DPLDigitizer
3737 float strobeQRiseTime0 = 450 .; // /< q @ which strobe rise time is 0
3838
3939 double timeOffset = 0 .; // /< time offset (in seconds!) to calculate ROFrame from hit time
40- int chargeThreshold = 1 ; // /< charge threshold in Nelectrons
41- int minChargeToAccount = 1 ; // /< minimum charge contribution to account
40+ int chargeThreshold = 75 ; // /< charge threshold in Nelectrons
41+ int minChargeToAccount = 7 ; // /< minimum charge contribution to account
4242 int nSimSteps = 475 ; // /< number of steps in response simulation
4343 float energyToNElectrons = 1 . / 3.6e-9 ; // conversion of eloss to Nelectrons
4444
Original file line number Diff line number Diff line change @@ -110,8 +110,8 @@ class DigiParams
110110 float mStrobeLength = 0 ; // /< length of the strobe in ns (sig. over threshold checked in this window only)
111111 double mTimeOffset = -2 * infTime; // /< time offset (in seconds!) to calculate ROFrame from hit time
112112 int mROFrameBiasInBC = 0 ; // /< misalignment of the ROF start in BC
113- int mChargeThreshold = 1 ; // /< charge threshold in Nelectrons
114- int mMinChargeToAccount = 1 ; // /< minimum charge contribution to account
113+ int mChargeThreshold = 75 ; // /< charge threshold in Nelectrons
114+ int mMinChargeToAccount = 7 ; // /< minimum charge contribution to account
115115 int mNSimSteps = 475 ; // /< number of steps in response simulation
116116 float mNSimStepsInv = 1 . / mNSimSteps ; // /< its inverse
117117
You can’t perform that action at this time.
0 commit comments