CMS 3D CMS Logo

BranchType.h
Go to the documentation of this file.
1 #ifndef FWCore_Utilities_BranchType_h
2 #define FWCore_Utilities_BranchType_h
3 /*----------------------------------------------------------------------
4 
5 BranchType: The type of a Branch (Event, LuminosityBlock, or Run)
6 
7 ----------------------------------------------------------------------*/
8 
9 namespace edm {
10  // Note: These enum values are used as subscripts for a fixed size array, so they must not change.
11  enum BranchType { InEvent = 0, InLumi = 1, InRun = 2, NumBranchTypes };
12 } // namespace edm
13 #endif
BranchType
Definition: BranchType.h:11
HLT enums.