00001 #ifndef DataFormats_Provenance_BranchDescriptionIndex_h 00002 #define DataFormats_Provenance_BranchDescriptionIndex_h 00003 // -*- C++ -*- 00004 // 00005 // Package: Provenance 00006 // Class : BranchDescriptionIndex 00007 // 00016 // 00017 // Original Author: Chris Jones 00018 // Created: Thu Apr 30 15:46:09 CDT 2009 00019 // 00020 00021 // system include files 00022 00023 // user include files 00024 00025 // forward declarations 00026 00027 namespace edm { 00028 typedef unsigned int BranchDescriptionIndex; 00029 } 00030 00031 #endif