File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Detectors/Upgrades/ALICE3/TRK/simulation/include/TRKSimulation Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ 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 = 150 ; // /< charge threshold in Nelectrons
41- int minChargeToAccount = 15 ; // /< minimum charge contribution to account
42- int nSimSteps = 18 ; // /< number of steps in response simulation
40+ int chargeThreshold = 1 ; // /< charge threshold in Nelectrons
41+ int minChargeToAccount = 1 ; // /< minimum charge contribution to account
42+ int nSimSteps = 25 ; // /< number of steps in response simulation
4343 float energyToNElectrons = 1 . / 3.6e-9 ; // conversion of eloss to Nelectrons
4444
4545 float Vbb = 0.0 ; // /< back bias absolute value for MFT (in Volt)
Original file line number Diff line number Diff line change @@ -109,9 +109,9 @@ class DigiParams
109109 float mStrobeLength = 0 ; // /< length of the strobe in ns (sig. over threshold checked in this window only)
110110 double mTimeOffset = -2 * infTime; // /< time offset (in seconds!) to calculate ROFrame from hit time
111111 int mROFrameBiasInBC = 0 ; // /< misalignment of the ROF start in BC
112- int mChargeThreshold = 150 ; // /< charge threshold in Nelectrons
113- int mMinChargeToAccount = 15 ; // /< minimum charge contribution to account
114- int mNSimSteps = 18 ; // /< number of steps in response simulation
112+ int mChargeThreshold = 1 ; // /< charge threshold in Nelectrons
113+ int mMinChargeToAccount = 1 ; // /< minimum charge contribution to account
114+ int mNSimSteps = 25 ; // /< number of steps in response simulation
115115 float mNSimStepsInv = 0 ; // /< its inverse
116116
117117 float mEnergyToNElectrons = 1 . / 3.6e-9 ; // conversion of eloss to Nelectrons
You can’t perform that action at this time.
0 commit comments