]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TPC/AliTPCSecGeo.h
New geometry files from R.Barbera
[u/mrichter/AliRoot.git] / TPC / AliTPCSecGeo.h
1 #ifndef TPCSecGeo_H
2
3
4 //Some things from the old AliTPCSecGeo
5
6 const Float_t z_end = 250.; 
7 const Float_t alpha_low=0.523598775; // 30 degrees
8 const Float_t alpha_up=0.261799387; //  15 degrees
9
10
11
12
13 const Float_t q_el = 1.602e-19; // elementary charge
14 const Float_t adc_sat = 1023; // dynamic range (10 bits)
15 const Float_t dyn_range = 2000.; // output dynamic range (mV)
16
17 /////////////////////////////////////////////////////////////////////////////
18 //
19 //---------------------------------------------------------------------
20 //   ALICE TPC Cluster Parameters
21 //--------------------------------------------------------------------
22 //
23 //
24 // Sigma rphi
25 const Float_t a_rphi=0.41818e-2;
26 const Float_t b_rphi=0.17460e-4;
27 const Float_t c_rphi=0.30993e-2;
28 const Float_t d_rphi=0.41061e-3;
29 // Sigma z
30 const Float_t a_z=0.39614e-2;
31 const Float_t b_z=0.22443e-4;
32 const Float_t c_z=0.51504e-1;
33 // Cluster width in rphi
34 const Float_t ac_rphi=0.18322;
35 const Float_t bc_rphi=0.59551e-3;
36 const Float_t cc_rphi=0.60952e-1;
37 // Cluster width in z
38 const Float_t ac_z=0.19081;
39 const Float_t bc_z=0.55938e-3;
40 const Float_t cc_z=0.30428;
41 //
42
43 #define TPCSecGeo_H
44
45 #endif