/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Calibration/CalibData/CalibData-00-01-18/CalibData/CalibModelSvc.h

Go to the documentation of this file.
00001 // $Header: /bes/bes/BossCvs/Calibration/CalibData/CalibData/CalibModelSvc.h,v 1.2 2006/11/17 02:37:06 huangb Exp $
00002 #ifndef CalibData_CalibModelSvc_h
00003 #define CalibData_CalibModelSvc_h
00004 
00013 #include <string>
00014 #include <vector>
00015 #include "GaudiKernel/ClassID.h"
00016 
00017 namespace CalibData {
00018   class CalibModelSvc {
00019   public:
00020     typedef std::pair<std::string, CLID> CalibPair;
00021 
00022     const std::vector<CalibPair>& getPairs() const;
00023 
00024     CLID getCLIDNodeCLID() const;
00025 
00026 
00028     static std::string getCalibType(const std::string& fullpath);
00029   };
00030 }
00031 
00032 
00033 
00034 
00035 
00036 
00037 
00038 #endif

Generated on Tue Nov 29 22:57:47 2016 for BOSS_7.0.2 by  doxygen 1.4.7