CMS 3D CMS Logo

CSCBadStrips.h
Go to the documentation of this file.
1 #ifndef CSCBadStrips_h
2 #define CSCBadStrips_h
3 
5 
6 #include <vector>
7 
8 class CSCBadStrips {
9 public:
10  CSCBadStrips();
11  ~CSCBadStrips();
12 
13  struct BadChamber {
15  int pointer;
17 
19  };
20  struct BadChannel {
21  short int layer;
22  short int channel;
23  short int flag1;
24  short int flag2;
25  short int flag3;
26 
28  };
29 
31 
32  typedef std::vector<BadChamber> BadChamberContainer;
33  typedef std::vector<BadChannel> BadChannelContainer;
34 
37 
39 };
40 
41 #endif
std::vector< BadChannel > BadChannelContainer
Definition: CSCBadStrips.h:33
BadChamberContainer chambers
Definition: CSCBadStrips.h:35
std::vector< BadChamber > BadChamberContainer
Definition: CSCBadStrips.h:32
int numberOfBadChannels
Definition: CSCBadStrips.h:30
BadChannelContainer channels
Definition: CSCBadStrips.h:36
#define COND_SERIALIZABLE
Definition: Serializable.h:39