CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/RecoLocalMuon/RPCRecHit/src/RPCRollMask.h

Go to the documentation of this file.
00001 #ifndef RecoLocalMuon_RPCRollMask_h
00002 #define RecoLocalMuon_RPCRollMask_h
00003 
00004 #include <bitset>
00005 #include <vector>
00006 
00007 const int maskSIZE=96;
00008 typedef std::bitset<maskSIZE> RollMask;
00009 
00010 #endif