CMS 3D CMS Logo

BranchIDList.h
Go to the documentation of this file.
1 #ifndef DataFormats_Provenance_BranchIDList_h
2 #define DataFormats_Provenance_BranchIDList_h
3 
4 /*----------------------------------------------------------------------
5 
6 BranchIDList:
7 BranchIDLists:
8  one table stored per File
9  table BranchIDLists keyed by ProcessInfo::branchListIndex_;
10  entry BranchIDList keyed by ProductID::productIndex_;
11 
12 ----------------------------------------------------------------------*/
13 
14 #include <vector>
16 
17 namespace edm {
18  typedef std::vector<BranchID::value_type> BranchIDList;
19  typedef std::vector<BranchIDList> BranchIDLists;
20 } // namespace edm
21 #endif
std::vector< BranchIDList > BranchIDLists
Definition: BranchIDList.h:19
std::vector< BranchID::value_type > BranchIDList
Definition: BranchIDList.h:18
HLT enums.