Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
Dont set default values
Browse files Browse the repository at this point in the history
  • Loading branch information
EinarElen committed Apr 1, 2024
1 parent 486846f commit bd758a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/digi.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd758a7

Please sign in to comment.