|
||||
File indexing completed on 2024-11-25 02:29:28
0001 #ifndef DataFormats_Provenance_ParentageID_h 0002 #define DataFormats_Provenance_ParentageID_h 0003 0004 #include "DataFormats/Provenance/interface/HashedTypes.h" 0005 #include "DataFormats/Provenance/interface/CompactHash.h" 0006 #include "DataFormats/Provenance/interface/Hash.h" 0007 0008 namespace edm { 0009 using ParentageID = CompactHash<ParentageType>; 0010 0011 using StoredParentageID = Hash<ParentageType>; 0012 } // namespace edm 0013 0014 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |