Skip to content

Commit 350c0c8

Browse files
committed
ALICE3-TRK: increase number of steps into silicon to 25. Setting temporarly the threshold to 1 electron
1 parent 3e9ba85 commit 350c0c8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

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

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

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

0 commit comments

Comments
 (0)