Skip to content

Commit

Permalink
Fix missing entry for the Pixel3D digitizer in the premix dict
Browse files Browse the repository at this point in the history
On behalf of @mmusich
  • Loading branch information
Jordi Duarte Campderros authored and Jordi Duarte Campderros committed Jun 8, 2020
1 parent d5b1078 commit f38453e
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,11 @@
AddInefficiency = False,
AddThresholdSmearing = False,
),
Pixel3DDigitizerAlgorithm = dict(
AddNoisyPixels = False,
AddInefficiency = False,
AddThresholdSmearing = False,
),
PSPDigitizerAlgorithm = dict(
AddNoisyPixels = False,
AddInefficiency = False,
Expand Down

0 comments on commit f38453e

Please sign in to comment.