]> git.uio.no Git - u/mrichter/AliRoot.git/blob - RICH/AliRICHConst.h
Using Riostream.h instead of iostream.h
[u/mrichter/AliRoot.git] / RICH / AliRICHConst.h
1 #ifndef AliRICHConst_h
2 #define AliRICHConst_h
3 #include <TMath.h>
4 static const Double_t kD2r=TMath::Pi()/180;
5 static const Double_t kR2d=57.2957795130823229;
6 static const Double_t kDeg=TMath::Pi()/180;
7 static const Double_t kRad=1;
8 static const Double_t kcm=1;
9 static const Double_t kmm=0.1;
10 static const Double_t km=100;
11 static const Double_t knm=1e-7;
12 static const Double_t kfm=1e-13;
13 static const Double_t kfermi=1e-13;
14 static const Int_t    kBad=-101;        //useful static const to mark initial (uninitalised) values
15
16
17 static const int kNCH=7;                //number of RICH chambers 
18 static const Float_t kadc_satm  = 4096;  //dynamic range (10 bits)
19 static const Int_t kMaxNeighbours = 24; //max number of neighbours
20 static const Int_t kCerenkov=50000050;  //??? go to something more general like TPDGCode
21 static const Int_t kFeedback=50000051;  //??? go to something more general like TPDGCode
22 #endif