Skip to content

Commit 89abe52

Browse files
atrioloAndrea Sofia Triolo
authored andcommitted
ALICE3-TRK: set more reasonable threshold for the digitization process
1 parent 901cb28 commit 89abe52

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Detectors/Upgrades/ALICE3/TRK/simulation/include/TRKSimulation/DPLDigitizerParam.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

Detectors/Upgrades/ALICE3/TRK/simulation/include/TRKSimulation/DigiParams.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)