Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef DataFormats_Provenance_HashedTypes_h
0002 #define DataFormats_Provenance_HashedTypes_h
0003 
0004 /// Declaration of the enum HashedTypes, used in defining several "id"
0005 /// classes.
0006 
0007 namespace edm {
0008   enum HashedTypes {
0009     ModuleDescriptionType,  // Obsolete
0010     ParameterSetType,
0011     ProcessHistoryType,
0012     ProcessConfigurationType,
0013     EntryDescriptionType,  // Obsolete
0014     ParentageType
0015   };
0016 }
0017 
0018 #endif  // DataFormats_Provenance_HashedTypes_h