CMS 3D CMS Logo

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
std::bitset< kNTrigObjectBit > TriggerObjects
Definition: TriggerDefs.h:9
const unsigned int kNTrigBit
Definition: TriggerDefs.h:6
const unsigned int kNTrigObjectBit
Definition: TriggerDefs.h:8
std::bitset< kNTrigBit > TriggerBits
Definition: TriggerDefs.h:7