]> git.uio.no Git - u/mrichter/AliRoot.git/blob - STEER/AliConst.h
Use TLorentzVector for position and momentum
[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 k2PI    = 2*kPI;
7 static const Double_t kDegrad = kPI/180;
8 static const Double_t kRaddeg = 180/kPI;
9
10 #endif