source: snovis/head/scripts/snemo.geom @ 6

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