CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1RPCHsbConfig.h
Go to the documentation of this file.
1 #ifndef CondFormats_L1TObjects_L1RPCHsbConfig_h
2 #define CondFormats_L1TObjects_L1RPCHsbConfig_h
3 // -*- C++ -*-
4 //
5 // Package: RPCObjects
6 // Class : L1RPCHsbConfig
7 //
17 // forward declarations
18 #include <set>
19 #include <vector>
20 #include <sstream>
21 
22 #include <iostream>
23 
24 
25 
27 {
28 
29  public:
31  virtual ~L1RPCHsbConfig();
32 
33  void setHsbMask(int hsb, std::vector<int> mask );
34  int getHsbMask(int hsb, int input) const;
35  int getMaskSize() const {return sizeof(m_hsb0)/sizeof(m_hsb0[0]);};
36 
37  private:
38 
39  int m_hsb0[8];
40  int m_hsb1[8];
41 
42 
43 };
44 
45 
46 #endif
void setHsbMask(int hsb, std::vector< int > mask)
virtual ~L1RPCHsbConfig()
int getHsbMask(int hsb, int input) const
int getMaskSize() const