CMS 3D CMS Logo

ProcessHistoryRegistry.h

Go to the documentation of this file.
00001 #ifndef DataFormats_Provenance_ProcessHistoryRegistry_h
00002 #define DataFormats_Provenance_ProcessHistoryRegistry_h
00003 
00004 #include "FWCore/Utilities/interface/ThreadSafeRegistry.h"
00005 #include "DataFormats/Provenance/interface/ProcessHistory.h"
00006 #include "DataFormats/Provenance/interface/ProcessHistoryID.h"
00007 
00008 namespace edm
00009 {
00010   typedef edm::detail::ThreadSafeRegistry<edm::ProcessHistoryID,edm::ProcessHistory> ProcessHistoryRegistry;
00011   typedef ProcessHistoryRegistry::collection_type ProcessHistoryMap;
00012 }
00013 
00014 #endif

Generated on Tue Jun 9 17:31:36 2009 for CMSSW by  doxygen 1.5.4