All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends
include/N3AnaBase/event/event_utils.h
00001 #ifndef __N3AnaBase__event_utils_h
00002 #define __N3AnaBase__event_utils_h 1
00003 
00004 #include <N3GeomDef/N3GeigerHitId.h>
00005 #include <N3GeomDef/N3ScinHitId.h>
00006 #include <N3Event/N3StdTrackedEvent.h>
00007 
00008 namespace nemo3 {
00024 
00025   class tracker_info
00026   {
00027   public:
00028     static const std::string TRACKING_LAL_NAME;
00029     static const std::string TRACKING_LPC_NAME;
00030     static const std::string TRACKING_DUBNA_NAME;
00031   };
00032 
00033 } // end of namespace nemo3
00034 
00035 #endif // __N3AnaBase__event_utils_h
00036 
00037 // end of event_utils.h
00038