CMS 3D CMS Logo

RPCRollMask.h
Go to the documentation of this file.
1 #ifndef RecoLocalMuon_RPCRollMask_h
2 #define RecoLocalMuon_RPCRollMask_h
3 
4 #include <bitset>
5 
6 const int maskSIZE=192;
7 typedef std::bitset<maskSIZE> RollMask;
8 
9 #endif
const int maskSIZE
Definition: RPCRollMask.h:6
std::bitset< maskSIZE > RollMask
Definition: RPCRollMask.h:7