]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TEvtGen/EvtGen/EvtGenBase/EvtConst.hh
Converting TEvtGen to native cmake
[u/mrichter/AliRoot.git] / TEvtGen / EvtGen / EvtGenBase / EvtConst.hh
diff --git a/TEvtGen/EvtGen/EvtGenBase/EvtConst.hh b/TEvtGen/EvtGen/EvtGenBase/EvtConst.hh
new file mode 100644 (file)
index 0000000..7edfd20
--- /dev/null
@@ -0,0 +1,38 @@
+//--------------------------------------------------------------------------
+//
+// Environment:
+//      This software is part of the EvtGen package developed jointly
+//      for the BaBar and CLEO collaborations.  If you use all or part
+//      of it, please give an appropriate acknowledgement.
+//
+// Copyright Information: See EvtGen/COPYRIGHT
+//      Copyright (C) 1998      Caltech, UCSB
+//
+// Module: EvtGen/EvtConst.hh
+//
+// Description:Numerical constants used in EvtGen
+//
+// Modification history:
+//
+//    DJL/RYD     August 8, 1998         Module created
+//
+//------------------------------------------------------------------------
+
+#ifndef EVTCONST_HH
+#define EVTCONST_HH
+
+class EvtConst {
+
+  public:
+
+  static const double pi;
+  static const double twoPi;
+  static const double radToDegrees;
+
+  static const double c;
+
+};
+
+#endif
+
+