CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/CondCore/MetaDataService/interface/MetaDataEntry.h

Go to the documentation of this file.
00001 #ifndef CondCore_MetaDataService_MetaDataEntry_H
00002 #define CondCore_MetaDataService_MetaDataEntry_H
00003 #include <string>
00004 #include "CondCore/DBCommon/interface/Time.h"
00005 namespace cond{
00006   class MetaDataEntry{
00007   public:
00008     std::string tagname;
00009     std::string iovtoken;
00010     cond::TimeType timetype;
00011   };
00012 }
00013 #endif