CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_0/src/CondFormats/Calibration/interface/strKeyMap.h

Go to the documentation of this file.
00001 #ifndef CondFormats_strKeyMap_h
00002 #define CondFormats_strKeyMap_h
00003 #include <map>
00004 class Algob{
00005  public:
00006   Algob(){}
00007   int b;
00008 };
00009 class strKeyMap{
00010  public:
00011   strKeyMap(){}
00012  private:
00013   std::map<std::string, Algob> m_content;
00014 };
00015 #endif