Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
DQMOffline
Lumi
interface
TriggerDefs.h
Go to the documentation of this file.
1
#ifndef DQMOFFLINE_LUMI_TRIGGERDEFS_H
2
#define DQMOFFLINE_LUMI_TRIGGERDEFS_H
3
4
#include <bitset>
5
6
const
unsigned
int
kNTrigBit
= 128;
7
typedef
std::bitset<kNTrigBit>
TriggerBits
;
8
const
unsigned
int
kNTrigObjectBit
= 256;
9
typedef
std::bitset<kNTrigObjectBit>
TriggerObjects
;
10
11
#endif
TriggerObjects
std::bitset< kNTrigObjectBit > TriggerObjects
Definition:
TriggerDefs.h:9
kNTrigBit
const unsigned int kNTrigBit
Definition:
TriggerDefs.h:6
kNTrigObjectBit
const unsigned int kNTrigObjectBit
Definition:
TriggerDefs.h:8
TriggerBits
std::bitset< kNTrigBit > TriggerBits
Definition:
TriggerDefs.h:7
Generated for CMSSW Reference Manual by
1.8.5