Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

GetDetector.h

Go to the documentation of this file.
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

Generated on Mon Feb 15 11:06:46 2010 for loon by  doxygen 1.3.9.1