CMS 3D CMS Logo

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 
10 public:
11  struct MaskItem {
12  int rawId;
13  int strip;
14 
16  };
17 
19 
21 
22  std::vector<MaskItem> const& getMaskVec() const { return MaskVec; }
23 
24  std::vector<MaskItem> MaskVec;
25 
27 };
28 
29 #endif
std::vector< MaskItem > MaskVec
std::vector< MaskItem > const & getMaskVec() const
#define COND_SERIALIZABLE
Definition: Serializable.h:39