]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliConst.h
Using AliMpDDLStore::GetBusPatchId instead of static arrays (Christian)
[u/mrichter/AliRoot.git] / STEER / AliConst.h
index b188a4bcf23da36df261600a2991637bc6111f1a..67c6fd48fbfe5b4e0761716438daf267933f16ff 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();
+static const Double_t k2PI     = TMath::TwoPi();
+static const Double_t kDegrad  = TMath::DegToRad();
+static const Double_t kRaddeg  = TMath::RadToDeg();
 
 #endif