]> git.uio.no Git - u/mrichter/AliRoot.git/blob - STEER/AliConst.h
New class to make V2 clusters starting from digits or hits (fast simulation). Origin...
[u/mrichter/AliRoot.git] / STEER / AliConst.h
1 #ifndef ALICONST_H 
2 #define ALICONST_H 
3 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4  * See cxx source for full Copyright notice                               */
5
6 /* $Id$ */
7
8 #include <TMath.h> 
9   
10 static const Double_t k2PI    = 2*TMath::Pi();
11 static const Double_t kDegrad = TMath::Pi()/180;
12 static const Double_t kRaddeg = 180/TMath::Pi();
13
14 #endif