Skip to content

Commit

Permalink
Merge pull request #92 from DUNE/feature_module1_reflow
Browse files Browse the repository at this point in the history
Single Module Event Display unit fix
  • Loading branch information
edhinkle authored Dec 21, 2023
2 parents afdaefe + cc906cd commit 52a9a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion event_display/proto_nd_flow/protondflow_evd.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def __init__(self, filedir, filename, geometry_file=None, nhits=1, hits_dset='ca
self.x_vals = 'x_pix'
self.y_vals = 'y_pix'
self.z_vals = 'z_pix'
self.convert_to_mm = 1 # already in mm
self.convert_to_mm = 10 # xyz starts in cm
self.y_offset = 218.236 # mm
self.packets = f['charge/packets/data']
self.packets_hits_ref = f['charge/'+self.hits_dset+'/ref/charge/packets/ref']
Expand Down

0 comments on commit 52a9a47

Please sign in to comment.