00001 #ifndef DataFormats_Provenance_ProductTransientIndex_h 00002 #define DataFormats_Provenance_ProductTransientIndex_h 00003 // -*- C++ -*- 00004 // 00005 // Package: Provenance 00006 // Class : ProductTransientIndex 00007 // 00016 // 00017 // Original Author: Chris Jones 00018 // Created: Wed Apr 1 10:27:31 CDT 2009 00019 // 00020 00021 namespace edm { 00022 typedef unsigned int ProductTransientIndex; 00023 } 00024 00025 #endif