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 
5 
6 #include<vector>
7 #include<iostream>
8 #include<boost/cstdint.hpp>
9 
10 
12 
13  public:
14 
15  struct MaskItem {
16  int rawId;
17  int strip;
18 
20 };
21 
23 
25 
26  std::vector<MaskItem> const & getMaskVec() const {return MaskVec;}
27 
28  std::vector<MaskItem> MaskVec;
29 
30 
32 };
33 
34 #endif
std::vector< MaskItem > MaskVec
std::vector< MaskItem > const & getMaskVec() const
#define COND_SERIALIZABLE
Definition: Serializable.h:37