Main Page
Namespaces
Classes
Package Documentation
FWCore
Utilities
interface
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
edm::BranchType
BranchType
Definition:
BranchType.h:11
edm::NumBranchTypes
Definition:
BranchType.h:11
edm::InLumi
Definition:
BranchType.h:11
edm::InRun
Definition:
BranchType.h:11
edm::InEvent
Definition:
BranchType.h:11
edm
HLT enums.
Definition:
AlignableModifier.h:17
Generated for CMSSW Reference Manual by
1.8.11