From bd758a7843fb4697db6ac21e20294eb0ab91065f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Einar=20El=C3=A9n?= Date: Mon, 1 Apr 2024 11:34:36 +0200 Subject: [PATCH] Dont set default values --- python/digi.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/digi.py b/python/digi.py index 6c0f7ba..8db59a2 100644 --- a/python/digi.py +++ b/python/digi.py @@ -116,8 +116,8 @@ def __init__(self, instance_name = 'hcalDigis') : # Units are same as the time unit of the input hits self.time_spread_per_spill_type = 1 self.time_spread_per_hit_type = 0 - self.time_spread_per_spill_parameters = [0., 0.] - self.time_spread_per_hit_parameters = [1., 1.] + self.time_spread_per_spill_parameters = [] + self.time_spread_per_hit_parameters = [] class HcalRecProducer(Producer) : """Configuration for the HcalRecProducer