CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
IOVInfo.h
Go to the documentation of this file.
1 #ifndef COND_DBCommon_IOVInfo_H
2 #define COND_DBCommon_IOVInfo_H
3 
4 #include <string>
5 
6 namespace cond {
7 
8  // return a formatted information about the current user taken from the environment
9  std::string userInfo();
10 
11 
12 }
13 
14 
15 #endif // COND_DBCommon_IOVInfo_H
std::string userInfo()
Definition: IOVInfo.cc:9