CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
GEMEtaPartitionMask.h
Go to the documentation of this file.
1 #ifndef RecoLocalMuon_GEMEtaPartitionMask_h
2 #define RecoLocalMuon_GEMEtaPartitionMask_h
3 
4 #include <bitset>
5 #include <vector>
6 
7 const int maskSIZE=768;
8 typedef std::bitset<maskSIZE> EtaPartitionMask;
9 
10 #endif
std::bitset< maskSIZE > EtaPartitionMask
const int maskSIZE