CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros 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
8  std::string getPassID () {
9  static std::string passID;
10  // return empty string for now.
11  return passID;
12  }
13 }
14 #endif
std::string getPassID()
Definition: GetPassID.h:8