]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliConst.h
Adding a protection in the case of DAQ FXS failure
[u/mrichter/AliRoot.git] / STEER / AliConst.h
index 56d53f738de6a58f922cc0c916e759cab27de93a..67c6fd48fbfe5b4e0761716438daf267933f16ff 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;
+static const Double_t k2PI     = TMath::TwoPi();
+static const Double_t kDegrad  = TMath::DegToRad();
+static const Double_t kRaddeg  = TMath::RadToDeg();
 
 #endif