CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
LogDBNames.h
Go to the documentation of this file.
1 #ifndef CondCore_DBCommon_LogDBNames_h
2 #define CondCore_DBCommon_LogDBNames_h
3 #include <string>
4 namespace cond{
5  class LogDBNames{
6  public:
8  static std::string LogTableName();
9  };
10 }//ns cond
11 #endif
static std::string SequenceTableName()
Definition: LogDBNames.cc:3
static std::string LogTableName()
Definition: LogDBNames.cc:7