Skip to content

Commit

Permalink
Test geometry for data
Browse files Browse the repository at this point in the history
  • Loading branch information
marjoleinvannuland committed Jun 13, 2024
1 parent 33975cd commit a6a47a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions event_display/interactive_event_display/display_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,11 +286,11 @@ def draw_tpc(sim_version="minirun5"):
if sim_version == "minirun5" or sim_version == "data": # hit coordinates are in cm
detector_center = (0, 0, 0)
anode_ys = anode_ys - 42
if sim_version == "data": # module 1
#if sim_version == "data": # module 1
#detector_center = (0, 0, 0)
anode_xs = anode_xs[1:2]
#anode_xs = anode_xs[1:2]
#anode_ys = anode_ys
anode_zs = anode_zs[0:2] + 33
#anode_zs = anode_zs[0:2] + 33

center = go.Scatter3d(
x=[detector_center[0]],
Expand Down

0 comments on commit a6a47a7

Please sign in to comment.