Skip to content

Commit c72bc2d

Browse files
authored
set digitizer parameters in the dplconfigurable
1 parent 2658bc0 commit c72bc2d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ 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+
float timeResolution = 0.020f; ///< time resolution sigma in ns (20 ps default)
31+
float efficiency = 0.98f; ///< detection efficiency
3032
int chargeThreshold = 0; ///< charge threshold in Nelectrons
3133
int minChargeToAccount = 7; ///< minimum charge contribution to account
3234
int nSimSteps = 1; ///< number of steps in response simulation

0 commit comments

Comments
 (0)