CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RPCMaskedStrips.h
Go to the documentation of this file.
1 #ifndef RPCMaskedStrips_h
2 #define RPCMaskedStrips_h
3 
4 #include<vector>
5 #include<iostream>
6 #include<boost/cstdint.hpp>
7 
8 
10 
11  public:
12 
13  struct MaskItem {
14  int rawId;
15  int strip;
16  };
17 
19 
21 
22  std::vector<MaskItem> const & getMaskVec() const {return MaskVec;}
23 
24  std::vector<MaskItem> MaskVec;
25 
26 };
27 
28 #endif
std::vector< MaskItem > MaskVec
std::vector< MaskItem > const & getMaskVec() const