00001 // $Id: IGiGaCnvSvcLocation.h,v 1.1 2002/12/07 14:36:25 ibelyaev Exp $ 00002 // ============================================================================ 00003 // CVS tag $Name: v18r6 $ 00004 // ============================================================================ 00005 // $Log: IGiGaCnvSvcLocation.h,v $ 00006 // Revision 1.1 2002/12/07 14:36:25 ibelyaev 00007 // see $GIGACNVROOT/doc/release.notes 00008 // 00009 // ============================================================================ 00010 #ifndef GIGACNV_IGIGACNVSVCLOCATION_H 00011 #define GIGACNV_IGIGACNVSVCLOCATION_H 1 00012 // Include files 00013 // STD & STL 00014 #include <string> 00015 00023 namespace IGiGaCnvSvcLocation 00024 { 00025 const std::string Geo ( "GiGaGeo" ) ; 00026 const std::string Kine ( "GiGaKine" ) ; 00027 const std::string Hits ( "GiGaHits" ) ; 00028 }; 00029 00030 // ============================================================================ 00031 // The END 00032 // ============================================================================ 00033 #endif // GIGACNV_IGIGACNVSVCLOCATION_H 00034 // ============================================================================