]> git.uio.no Git - u/mrichter/AliRoot.git/blob - RICH/AliRICHConst.h
unused vars removed
[u/mrichter/AliRoot.git] / RICH / AliRICHConst.h
1 #ifndef AliRICHConst_h
2 #define AliRICHConst_h
3 #include <TMath.h>
4 static const Double_t d2r=TMath::Pi()/180;
5 static const Double_t r2d=57.2957795130823229;
6 static const Double_t deg=TMath::Pi()/180;
7 static const Double_t rad=1;
8 static const Double_t mm=0.1;
9 static const Double_t cm=1;
10 static const Double_t m=100;
11
12 static const Float_t adc_satm  = 4096; // dynamic range (10 bits)
13 static const Int_t kMaxNeighbours = 24; // max number of neighbours
14 #endif