]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliConst.h
Adding directory with the production requests
[u/mrichter/AliRoot.git] / STEER / AliConst.h
index 56d53f738de6a58f922cc0c916e759cab27de93a..937e4fd26f33cbd94d2cd4a641bb125b3be30e4e 100644 (file)
@@ -1,11 +1,14 @@
 #ifndef ALICONST_H 
 #define ALICONST_H 
+/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+ * See cxx source for full Copyright notice                               */
+
+/* $Id$ */
+
 #include <TMath.h> 
   
-static const Double_t kPI     = TMath::Pi();
-static const Double_t k2PI    = 2*kPI;
-static const Double_t kDegrad = kPI/180;
-static const Double_t kRaddeg = 180/kPI;
+#define  k2PI     TMath::TwoPi()
+#define  kDegrad  TMath::DegToRad()
+#define  kRaddeg  TMath::RadToDeg()
 
 #endif