We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f28b1db commit e962d2dCopy full SHA for e962d2d
1 file changed
Detectors/Upgrades/ALICE3/IOTOF/simulation/include/IOTOFSimulation/DPLDigitizerParam.h
@@ -29,7 +29,7 @@ struct DPLDigitizerParam : public o2::conf::ConfigurableParamHelper<DPLDigitizer
29
double timeOffset = 0.; ///< time offset (in seconds!) to calculate ROFrame from hit time
30
float timeResolution = 0.020f; ///< time resolution sigma in ns (20 ps default)
31
float efficiency = 0.98f; ///< detection efficiency
32
- int chargeThreshold = 0; ///< charge threshold in Nelectrons
+ int chargeThreshold = 100; ///< charge threshold in Nelectrons
33
int minChargeToAccount = 7; ///< minimum charge contribution to account
34
int nSimSteps = 1; ///< number of steps in response simulation
35
float energyToNElectrons = 1. / 3.6e-9; // conversion of eloss to Nelectrons
0 commit comments