00001 #ifndef FWCore_Framework_BranchIDListRegistry_h 00002 #define FWCore_Framework_BranchIDListRegistry_h 00003 00004 #include "FWCore/Utilities/interface/ThreadSafeIndexedRegistry.h" 00005 #include "DataFormats/Provenance/interface/BranchIDListHelper.h" 00006 #include "DataFormats/Provenance/interface/BranchIDList.h" 00007 00008 namespace edm { 00009 typedef edm::detail::ThreadSafeIndexedRegistry<BranchIDList, BranchIDListHelper> BranchIDListRegistry; 00010 typedef BranchIDListRegistry::collection_type BranchIDLists; 00011 } 00012 00013 #endif