Skip to content

Commit

Permalink
Slightly update vcm_mv to agree with larnd-sim
Browse files Browse the repository at this point in the history
  • Loading branch information
mjkramer committed Oct 21, 2024
1 parent 2194049 commit f01afa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proto_nd_flow/reco/charge/calib_prompt_hits.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class CalibHitBuilder(H5FlowStage):
#: ASIC ADC configuration lookup table
configuration = defaultdict(lambda: dict(
vref_mv=1568,
vcm_mv=478
vcm_mv=478.1
))

#: pixel pedestal value
Expand Down

0 comments on commit f01afa8

Please sign in to comment.