CMS 3D CMS Logo

CPPFRPCRollMask.h
Go to the documentation of this file.
1 #ifndef L1Trigger_CPPFRPCRollMask_h
2 #define L1Trigger_CPPFRPCRollMask_h
3 
4 #include <bitset>
5 
6 const int maskCPPFSIZE = 192;
7 typedef std::bitset<maskCPPFSIZE> CPPFRollMask;
8 
9 #endif
const int maskCPPFSIZE
std::bitset< maskCPPFSIZE > CPPFRollMask