Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
DataFormats
Provenance
interface
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
edm::BranchListIndex
unsigned short BranchListIndex
Definition:
BranchListIndex.h:17
edm::BranchListIndexes
std::vector< BranchListIndex > BranchListIndexes
Definition:
BranchListIndex.h:18
Generated for CMSSW Reference Manual by
1.8.5