Skip to content

Commit e962d2d

Browse files
authored
revert charge threshold default
1 parent f28b1db commit e962d2d

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
@@ -29,7 +29,7 @@ struct DPLDigitizerParam : public o2::conf::ConfigurableParamHelper<DPLDigitizer
2929
double timeOffset = 0.; ///< time offset (in seconds!) to calculate ROFrame from hit time
3030
float timeResolution = 0.020f; ///< time resolution sigma in ns (20 ps default)
3131
float efficiency = 0.98f; ///< detection efficiency
32-
int chargeThreshold = 0; ///< charge threshold in Nelectrons
32+
int chargeThreshold = 100; ///< charge threshold in Nelectrons
3333
int minChargeToAccount = 7; ///< minimum charge contribution to account
3434
int nSimSteps = 1; ///< number of steps in response simulation
3535
float energyToNElectrons = 1. / 3.6e-9; // conversion of eloss to Nelectrons

0 commit comments

Comments
 (0)