test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PassID.h
Go to the documentation of this file.
1 #ifndef DataFormats_Provenance_PassID_h
2 #define DataFormats_Provenance_PassID_h
3 
4 #include <string>
5 
6 namespace edm
7 {
8  typedef std::string PassID;
9 }
10 
11 #endif
std::string PassID
Definition: PassID.h:8