]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliConst.h
Added Starting track location to hit class and related changes to modules.
[u/mrichter/AliRoot.git] / STEER / AliConst.h
index 56d53f738de6a58f922cc0c916e759cab27de93a..193fbb53e5d774ebf0e11bf28f74ae177d667d3d 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    = 2*TMath::Pi();
+static const Double_t kDegrad = TMath::Pi()/180;
+static const Double_t kRaddeg = 180/TMath::Pi();
 
 #endif