]> git.uio.no Git - u/mrichter/AliRoot.git/blob - STEER/AliConst.h
Corrections to line for alpha
[u/mrichter/AliRoot.git] / STEER / AliConst.h
1 #ifndef ALICONST_H 
2 #define ALICONST_H 
3  
4 #include <TMath.h> 
5   
6 static const Double_t kPI     = TMath::Pi();
7 static const Double_t k2PI    = 2*kPI;
8 static const Double_t kDegrad = kPI/180;
9 static const Double_t kRaddeg = 180/kPI;
10
11 #endif