Skip to content

Commit 51bf49f

Browse files
committed
Add in planes for each component of the top CRT.
1 parent 58a0b00 commit 51bf49f

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

sbncode/EventGenerator/WireModGen/wiremodmuon_sbn.fcl

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,16 @@ wiremodmuon_icarus: {
55
module_type: WireModMuon
66

77
# CRT bounds
8-
CRTX0: [-550]
9-
CRTX1: [550]
10-
CRTY0: [618]
11-
CRTY1: [618]
12-
CRTZ0: [-1100]
13-
CRTZ1: [1300]
8+
#
9+
# Each entry (in X0, X1, Y0, Y1, Z0, Z1) is one plane that will be included in the intersection check
10+
#
11+
# listed as: Top horizontal, Top Rim West, Top Rim East, Top Rim South
12+
CRTX0: [-580, 555, -555, -560, -560]
13+
CRTX1: [580, 555, -555, 380, 560]
14+
CRTY0: [617.4, 400, 400, 400, 420]
15+
CRTY1: [617.4, 600, 600, 600, 620]
16+
CRTZ0: [-1180, -1180, -1180, -1143, 1533]
17+
CRTZ1: [1460, 1460, 1460, -1143, 1533]
1418

1519
# selection config
1620
SelectA2C: true

0 commit comments

Comments
 (0)