CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_0/src/DataFormats/Provenance/interface/ProcessHistoryID.h

Go to the documentation of this file.
00001 #ifndef DataFormats_Provenance_ProcessHistoryID_h
00002 #define DataFormats_Provenance_ProcessHistoryID_h
00003 
00004 #include "DataFormats/Provenance/interface/HashedTypes.h"
00005 #include "DataFormats/Provenance/interface/Hash.h"
00006 
00007 namespace edm
00008 {
00009   typedef Hash<ProcessHistoryType> ProcessHistoryID;
00010 }
00011 
00012 
00013 #endif