CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RPCDeadStrips.h
Go to the documentation of this file.
1 #ifndef RPCDeadStrips_h
2 #define RPCDeadStrips_h
3 
5 
6 #include<vector>
7 #include<iostream>
8 #include<boost/cstdint.hpp>
9 
10 
12 
13  public:
14 
15  struct DeadItem {
16  int rawId;
17  int strip;
18 
20 };
21 
23 
25 
26  std::vector<DeadItem> const & getDeadVec() const {return DeadVec;}
27 
28  std::vector<DeadItem> DeadVec;
29 
30 
32 };
33 
34 #endif
#define COND_SERIALIZABLE
Definition: Serializable.h:37
std::vector< DeadItem > DeadVec
Definition: RPCDeadStrips.h:28
std::vector< DeadItem > const & getDeadVec() const
Definition: RPCDeadStrips.h:26