00001 #ifndef DataFormats_Provenance_BranchIDList_h 00002 #define DataFormats_Provenance_BranchIDList_h 00003 00004 /*---------------------------------------------------------------------- 00005 00006 BranchIDList: 00007 BranchIDLists: 00008 one table stored per File 00009 table BranchIDLists keyed by ProcessInfo::branchListIndex_; 00010 entry BranchIDList keyed by ProductID::productIndex_; 00011 00012 ----------------------------------------------------------------------*/ 00013 00014 #include <vector> 00015 #include "DataFormats/Provenance/interface/BranchID.h" 00016 00017 namespace edm { 00018 typedef std::vector<BranchID::value_type> BranchIDList; 00019 typedef std::vector<BranchIDList> BranchIDLists; 00020 } 00021 #endif