]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliConst.h
Added methods to set/get centrailty from clusters in outer layer, which is less noisy...
[u/mrichter/AliRoot.git] / STEER / AliConst.h
index b188a4bcf23da36df261600a2991637bc6111f1a..937e4fd26f33cbd94d2cd4a641bb125b3be30e4e 100644 (file)
@@ -1,10 +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 k2PI    = 2*TMath::Pi();
-static const Double_t kDegrad = TMath::Pi()/180;
-static const Double_t kRaddeg = 180/TMath::Pi();
+#define  k2PI     TMath::TwoPi()
+#define  kDegrad  TMath::DegToRad()
+#define  kRaddeg  TMath::RadToDeg()
 
 #endif