1 parent 2658bc0 commit c72bc2dCopy full SHA for c72bc2d
1 file changed
Detectors/Upgrades/ALICE3/IOTOF/simulation/include/IOTOFSimulation/DPLDigitizerParam.h
@@ -27,6 +27,8 @@ struct DPLDigitizerParam : public o2::conf::ConfigurableParamHelper<DPLDigitizer
27
float noisePerPixel = DEFNoisePerPixel(); ///< ALPIDE Noise per channel
28
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
33
int minChargeToAccount = 7; ///< minimum charge contribution to account
34
int nSimSteps = 1; ///< number of steps in response simulation
0 commit comments