CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/CondCore/DBCommon/interface/LogDBEntry.h

Go to the documentation of this file.
00001 #ifndef CondCore_DBCommon_LogDBEntry_H
00002 #define CondCore_DBCommon_LogDBEntry_H
00003 #include <string>
00004 namespace cond{
00005   class LogDBEntry{
00006   public:
00007     unsigned long long logId;
00008     std::string destinationDB;   
00009     std::string provenance;
00010     std::string usertext;
00011     std::string iovtag;
00012     std::string iovtimetype;
00013     unsigned int payloadIdx;
00014     unsigned long long lastSince;
00015     std::string payloadName;
00016     std::string payloadToken;
00017     std::string payloadContainer;
00018     std::string exectime;
00019     std::string execmessage;
00020   };
00021 }
00022 #endif