00001 00019 #ifndef DATAUTIL_GETDETECTOR_H 00020 #define DATAUTIL_GETDETECTOR_H 00021 00022 #include <Conventions/Detector.h> 00023 00024 class MomNavigator; 00025 00026 namespace DataUtil 00027 { 00028 00033 Detector::Detector_t GetDetector(const MomNavigator& mom); 00034 00036 inline Detector::Detector_t GetDetectorType(const MomNavigator& mom) 00037 { return GetDetector(mom); } 00038 00039 } 00040 00041 #endif // DATAUTIL_GETDETECTOR_H
1.3.9.1