CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/FWCore/Utilities/interface/GetPassID.h

Go to the documentation of this file.
00001 #ifndef Utilities_GetPassID_h
00002 #define Utilities_GetPassID_h
00003 
00004 #include <string>
00005 
00006 namespace edm {
00007   inline
00008   std::string getPassID () {
00009     static std::string passID;
00010     // return empty string for now.
00011     return passID; 
00012   }
00013 }
00014 #endif