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
}
// namespace edm
20
#endif
edm
HLT enums.
Definition:
AlignableModifier.h:19
edm::BranchListIndexes
std::vector< BranchListIndex > BranchListIndexes
Definition:
BranchListIndex.h:18
edm::BranchListIndex
unsigned short BranchListIndex
Definition:
BranchListIndex.h:17
Generated for CMSSW Reference Manual by
1.8.16