Skip to content

Commit

Permalink
Restore "2x2-like" pixel threshold, V_CM, V_REF
Browse files Browse the repository at this point in the history
They had been reverted during a refactoring
  • Loading branch information
mjkramer committed Jan 13, 2025
1 parent e6b479c commit de5da60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions larndsim/consts/detector.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
# LArPix FEE
###################
#: Discrimination threshold in e-
DISCRIMINATION_THRESHOLD = 7e3 # e-
DISCRIMINATION_THRESHOLD = 5e3 # e-
#: ADC hold delay in clock cycles
ADC_HOLD_DELAY = 15
#: ADC busy delay in clock cycles
Expand All @@ -116,9 +116,9 @@
#: Buffer risetime in :math:`\mu s` (set >0 to include buffer response simulation)
BUFFER_RISETIME = 0.100
#: Common-mode voltage in :math:`mV`
V_CM = 288 # mV
V_CM = 478.1 # mV
#: Reference voltage in :math:`mV`
V_REF = 1300 # mV
V_REF = 1568 # mV
#: Pedestal voltage in :math:`mV`
V_PEDESTAL = 580 # mV
#: Number of ADC counts
Expand Down

0 comments on commit de5da60

Please sign in to comment.