EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PHTpcConst.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PHTpcConst.h
1 
7 #ifndef PHTPCCONST_H_
8 #define PHTPCCONST_H_
9 
10 namespace PHTpcConst
11 {
12  // ----- TPC geometry constants -----
13  const int TPC_LAYERS_MAX = 48;
15  // 16 layers 0.625 apart
16  30.3125, 30.9375, 31.5625, 32.1875,
17  32.8125, 33.4375, 34.0625, 34.6875,
18  35.3125, 35.9375, 36.5625, 37.1875,
19  37.8125, 38.4375, 39.0625, 39.6875,
20  // 32 layers 1.25 apart
21  40.625, 41.875, 43.125, 44.375,
22  45.625, 46.875, 48.125, 49.375,
23  50.625, 51.875, 53.125, 54.375,
24  55.625, 56.875, 58.125, 59.375,
25  60.5313, 61.5938, 62.6562, 63.7187,
26  64.7812, 65.8438, 66.9063, 67.9688,
27  69.0312, 70.0937, 71.1563, 72.2187,
28  73.2812, 74.3437, 75.4063, 76.4687};
29 
31  0.625, 0.625, 0.625, 0.625,
32  0.625, 0.625, 0.625, 0.625,
33  0.625, 0.625, 0.625, 0.625,
34  0.625, 0.625, 0.625, 0.625,
35  1.25, 1.25, 1.25, 1.25,
36  1.25, 1.25, 1.25, 1.25,
37  1.25, 1.25, 1.25, 1.25,
38  1.25, 1.25, 1.25, 1.25,
39  1.25, 1.25, 1.25, 1.25,
40  1.25, 1.25, 1.25, 1.25,
41  1.25, 1.25, 1.25, 1.25,
42  1.25, 1.25, 1.25, 1.25};
45 } // namespace PHTpcConst
46 
47 #endif // PHTpcConst