CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
GetPassID.h
Go to the documentation of this file.
1 #ifndef Utilities_GetPassID_h
2 #define Utilities_GetPassID_h
3 
4 #include <string>
5 
6 namespace edm {
7  inline std::string getPassID() {
8  static std::string const passID;
9  // return empty string for now.
10  return passID;
11  }
12 } // namespace edm
13 #endif
std::string getPassID()
Definition: GetPassID.h:7