AliRoot Core  edcc906 (edcc906)
AliConst.h
Go to the documentation of this file.
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 #define k2PI TMath::TwoPi()
11 #define kDegrad TMath::DegToRad()
12 #define kRaddeg TMath::RadToDeg()
13 
14 #endif