]> git.uio.no Git - u/mrichter/AliRoot.git/blob - RICH/AliRICHConst.h
dimentions and degress defined
[u/mrichter/AliRoot.git] / RICH / AliRICHConst.h
1 #ifndef AliRICHConst_h
2 #define AliRICHConst_h
3 #include <TMath.h>
4 const Double_t d2r=TMath::Pi()/180;
5 const Double_t r2d=57.2957795130823229;
6 const Double_t deg=TMath::Pi()/180;
7 const Double_t rad=1;
8 const Double_t mm=0.1;
9 const Double_t cm=1;
10 const Double_t m=100;
11 /////////////////////////////////////////////////////////////////////////////
12 //
13 //---------------------------------------------------------------------
14 //   ALICE RICH chambers geometry
15 //--------------------------------------------------------------------
16 //
17 const Float_t zend = 511.+0.15-2*0.001; // z-out position of first chamber???????
18
19
20 //////////////////////////////////////////////////////////////////////////////
21 //
22 //--------------------------------------------------------------------------
23 //    ALICE RICH source debugging level
24 //-------------------------------------------------------------------------
25 //
26 //static const Int_t kRICHDebugSource = 0;??????????
27
28
29 /////////////////////////////////////////////////////////////////////////////
30 //
31 //---------------------------------------------------------------------
32 //   ALICE RICH  Electronics Parameters
33 //--------------------------------------------------------------------
34 //
35 //
36
37 const Float_t adc_satm  = 4096; // dynamic range (10 bits)
38 const Float_t zero_supm = 6.; // zero suppression?????????????
39 const Float_t sig_noise = 500.; // electronics noise (no. of electrons)?????????
40
41 const Int_t kMaxNeighbours = 24; // max number of neighbours
42 #endif