Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:05:02

0001 #ifndef DataFormats_Provenance_PassID_h
0002 #define DataFormats_Provenance_PassID_h
0003 
0004 #include <string>
0005 
0006 namespace edm {
0007   typedef std::string PassID;
0008 }
0009 
0010 #endif