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