Skip to content

Commit 4ada4d6

Browse files
Charge threshold 0 by defult, using efficiency set by the digitizer
Changed chargeThreshold from 75 to 0.
1 parent d10e8e9 commit 4ada4d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Detectors/Upgrades/ALICE3/IOTOF/simulation/include/IOTOFSimulation/DPLDigitizerParam.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ struct DPLDigitizerParam : public o2::conf::ConfigurableParamHelper<DPLDigitizer
2727
float noisePerPixel = DEFNoisePerPixel(); ///< ALPIDE Noise per channel
2828

2929
double timeOffset = 0.; ///< time offset (in seconds!) to calculate ROFrame from hit time
30-
int chargeThreshold = 75; ///< charge threshold in Nelectrons
30+
int chargeThreshold = 0; ///< charge threshold in Nelectrons
3131
int minChargeToAccount = 7; ///< minimum charge contribution to account
3232
int nSimSteps = 1; ///< number of steps in response simulation
3333
float energyToNElectrons = 1. / 3.6e-9; // conversion of eloss to Nelectrons

0 commit comments

Comments
 (0)