CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Constants.h
Go to the documentation of this file.
1 #ifndef CondCommon_Constants_h
2 #define CondCommon_Constants_h
3 #include<utility>
4 #include <string>
5 #include <limits>
6 #include <boost/cstdint.hpp>
7 
8 /* constants other than time used in cond
9  */
10 
11 
12 namespace cond {
13 
14  const std::string invalidToken(" ");
15 
16 }
17 
18 #endif CondCommon_Constants_h
const std::string invalidToken(" ")