StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StConstants.hh
1 /*For defining constants used in StPmdClustering.cxx*/
2 #ifndef StConstants_hh
3 #define StConstants_hh
4 
5 #define nmx 6912
6 #define pi 3.141593
7 #define sqrth 1.7320508/2.
8 
9 #endif