CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/DataFormats/Provenance/interface/PassID.h

Go to the documentation of this file.
00001 #ifndef DataFormats_Provenance_PassID_h
00002 #define DataFormats_Provenance_PassID_h
00003 
00004 #include <string>
00005 
00006 namespace edm
00007 {
00008   typedef std::string PassID;
00009 }
00010 
00011 #endif