File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ void InitPlugin(JApplication* app) {
55
55
" LandauPulse" };
56
56
decltype (PulseGenerationConfig::pulse_shape_params) EcalBarrelScFi_pulse_shape_params = {
57
57
1.0 , 2 * edm4eic::unit::ns};
58
- decltype (PulseGenerationConfig::ignore_thres) EcalBarrelScFi_ignore_thres = {1.0e-6 };
59
- decltype (PulseGenerationConfig::timestep) EcalBarrelScFi_timestep = {0.2 * edm4eic::unit::ns};
58
+ decltype (PulseGenerationConfig::ignore_thres) EcalBarrelScFi_ignore_thres = {1.0e-5 };
59
+ decltype (PulseGenerationConfig::timestep) EcalBarrelScFi_timestep = {0.5 * edm4eic::unit::ns};
60
60
61
61
// Make sure digi and reco use the same value
62
62
decltype (CalorimeterHitDigiConfig::capADC) EcalBarrelScFi_capADC = 16384 ; // 16384, 14bit ADC
You can’t perform that action at this time.
0 commit comments