1 | #///////////////////////////////////////////////////////////////////////
|
---|
2 | #///// File containing SuperNemo geometry implementation options /////
|
---|
3 | #///////////////////////////////////////////////////////////////////////
|
---|
4 |
|
---|
5 |
|
---|
6 |
|
---|
7 | #//////////////////////// SOURCE FOIL /////////////////////////////
|
---|
8 |
|
---|
9 | # SOURCE layout (Options: simple)
|
---|
10 | GEOMETRY SOURCE_layout S simple
|
---|
11 |
|
---|
12 | # SOURCE thickness (mm)
|
---|
13 | GEOMETRY SOURCE_thick D 0.060
|
---|
14 |
|
---|
15 | # SOURCE height (cm)
|
---|
16 | GEOMETRY SOURCE_height D 350.
|
---|
17 |
|
---|
18 | # SOURCE width (cm)
|
---|
19 | GEOMETRY SOURCE_width D 450.
|
---|
20 |
|
---|
21 | # SOURCE materials (Options: Molibdenium, Selenium, Neodymium, ...)
|
---|
22 | GEOMETRY SOURCE_mat S Molibdenium
|
---|
23 |
|
---|
24 |
|
---|
25 | #////////////////////// TRACKING CHAMBER //////////////////////////
|
---|
26 |
|
---|
27 | # Tracking Chamber total length (cm)
|
---|
28 | GEOMETRY TC_length D 120.
|
---|
29 |
|
---|
30 | # Tracking Chamber height (cm)
|
---|
31 | GEOMETRY TC_height D 400.
|
---|
32 |
|
---|
33 | # Tracking Chamber width (cm)
|
---|
34 | GEOMETRY TC_width D 500.
|
---|
35 |
|
---|
36 | # Tracking gas materials (Options: Helium, Tracking_gas, ...)
|
---|
37 | GEOMETRY TC_mat S Tracking_gas
|
---|
38 |
|
---|
39 | # Tracking Chamber gas pressure (atm)
|
---|
40 | GEOMETRY TC_pressure D 0.89
|
---|
41 |
|
---|
42 | # Tracking Chamber gas temperature (kelvin)
|
---|
43 | GEOMETRY TC_temperature D 300.
|
---|
44 |
|
---|
45 |
|
---|
46 | #///////////////// TRACKING PLANES DISTRIBUTION ////////////////////
|
---|
47 |
|
---|
48 | # Measurement planes distribution (Options: nblocks)
|
---|
49 | GEOMETRY TC_planes_dist S nblocks
|
---|
50 |
|
---|
51 | # /// In the case of "nblocks" planes distribution:
|
---|
52 |
|
---|
53 | # Number of planes GG blocks
|
---|
54 | GEOMETRY TC_num_blocks I 3
|
---|
55 |
|
---|
56 | # Number of planes in every GG block
|
---|
57 | GEOMETRY TC_planes_per_block V 3
|
---|
58 | 4
|
---|
59 | 2
|
---|
60 | 3
|
---|
61 |
|
---|
62 | # Gap size (cm) for every GG block
|
---|
63 | GEOMETRY TC_gaps_Z V 3
|
---|
64 | 5.0
|
---|
65 | 15.0
|
---|
66 | 15.0
|
---|
67 |
|
---|
68 |
|
---|
69 | #////////////////////// DRIFT CELLS ////////////////////////
|
---|
70 |
|
---|
71 | # Drift cell geometry (Options: gwires_8)
|
---|
72 | GEOMETRY DCELL_layout S gwires_8
|
---|
73 |
|
---|
74 | # Drift cell diametry (mm)
|
---|
75 | GEOMETRY DCELL_diam D 30.
|
---|
76 |
|
---|
77 | # Drift cell anode wires diametry (um)
|
---|
78 | GEOMETRY DCELL_AWIRE_diam D 50.
|
---|
79 |
|
---|
80 | # Drift cell anode wires material
|
---|
81 | GEOMETRY DCELL_AWIRE_mat S Inox
|
---|
82 |
|
---|
83 | # Drift cell ground wires diametry (um)
|
---|
84 | GEOMETRY DCELL_GWIRE_diam D 50.
|
---|
85 |
|
---|
86 | # Drift cell ground wires material
|
---|
87 | GEOMETRY DCELL_GWIRE_mat S Inox
|
---|
88 |
|
---|
89 | # Drift cell cathode ring outer diameter (mm)
|
---|
90 | GEOMETRY DCELL_CRING_outer_diam D 23.
|
---|
91 |
|
---|
92 | # Drift cell cathode ring inner diameter (mm)
|
---|
93 | GEOMETRY DCELL_CRING_inner_diam D 22.5
|
---|
94 |
|
---|
95 | # Drift cell cathode ring height (mm)
|
---|
96 | GEOMETRY DCELL_CRING_height D 35.
|
---|
97 |
|
---|
98 | # Drift cell ground wires material
|
---|
99 | GEOMETRY DCELL_CRING_mat S Copper
|
---|
100 |
|
---|
101 | # Place extra ground wire between adjacent cells of same plane
|
---|
102 | GEOMETRY DCELL_GWIRE_extra_cell I 1
|
---|
103 |
|
---|
104 | # Place extra ground wire between adjacent cells of adjacent planes
|
---|
105 | GEOMETRY DCELL_GWIRE_extra_plane I 1
|
---|
106 |
|
---|
107 |
|
---|
108 | #/////////////////// CALORIMETER BLOCKS /////////////////////
|
---|
109 |
|
---|
110 | # Calorimeter layout
|
---|
111 | GEOMETRY CALO_layout S basic
|
---|
112 |
|
---|
113 | # Calorimeter blocks total thickness (wrapper included) (cm)
|
---|
114 | GEOMETRY CALO_BLOCK_thick D 10.
|
---|
115 |
|
---|
116 | # Calorimeter blocks total height (wrapper included) (cm)
|
---|
117 | GEOMETRY CALO_BLOCK_height D 25.
|
---|
118 |
|
---|
119 | # Calorimeter blocks total width (wrapper included) (cm)
|
---|
120 | GEOMETRY CALO_BLOCK_width D 25.
|
---|
121 |
|
---|
122 | # Calorimeter blocks wrapper thickness (mm)
|
---|
123 | GEOMETRY CALO_WRAP_thick D 0.05
|
---|
124 |
|
---|
125 | # Calorimeter blocks wrapper material (Mylar, ...)
|
---|
126 | GEOMETRY CALO_WRAP_mat S Mylar
|
---|
127 |
|
---|
128 |
|
---|
129 | #////////////////////// MAGNETIC FIELD ////////////////////////
|
---|
130 |
|
---|
131 | # Magnetic field (B) intensity (in Gauss) (10 KGauss = 1 Tesla)
|
---|
132 | GEOMETRY B_int D 25.0
|
---|
133 |
|
---|
134 | # Magnetic field (B) direction (Options: Y, Z)
|
---|
135 | GEOMETRY B_dir S Y
|
---|
136 |
|
---|
137 | # end of SuperNEMO module geometry file
|
---|