00001 #ifndef TRACKEVENT_TRACKPARAMETERS_H 00002 #define TRACKEVENT_TRACKPARAMETERS_H 1 00003 00004 // Include files 00005 #include "CLHEP/Units/PhysicalConstants.h" 00006 00017 namespace TrackParameters 00018 { 00020 enum TrackStatusCode{ PROBLEMS=3 }; 00021 00022 static const double hiTolerance = 1e-40; 00023 static const double lowTolerance = 1e-20; 00024 static const double looseTolerance = 1e-5; 00025 static const double moliereFactor = 13.6*MeV; 00026 00027 }; 00028 00029 // ----------------------------------------------------------------------------- 00030 // end of namespace 00031 // ----------------------------------------------------------------------------- 00032 00033 #endif