CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
BranchListIndex.h
Go to the documentation of this file.
1 #ifndef DataFormats_Provenance_BranchListIndex_h
2 #define DataFormats_Provenance_BranchListIndex_h
3 
4 /*----------------------------------------------------------------------
5 
6 ProcessInfo:
7 ProcessInfoVector:
8  table keyed by ProductID::processIndex_.
9  processIndex_ is monotonically increasing with time.
10  one table stored per Occurrence(Event. Lumi, Run)
11 
12 ----------------------------------------------------------------------*/
13 
14 #include <vector>
15 
16 namespace edm {
17  typedef unsigned short BranchListIndex;
18  typedef std::vector<BranchListIndex> BranchListIndexes;
19 }
20 #endif
unsigned short BranchListIndex
std::vector< BranchListIndex > BranchListIndexes