CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1MuGMTChannelMask.h
Go to the documentation of this file.
1 //-------------------------------------------------
2 //
3 // \class L1MuGMTChannelMask
4 //
8 //
9 // $Date: 2008/11/05 17:19:49 $
10 // $Revision: 1.1 $
11 //
12 //
13 // Author :
14 // Ivan Mikulec HEPHY / Vienna
15 //
16 //
17 //--------------------------------------------------
18 #ifndef CondFormatsL1TObjects_L1MuGMTChannelMask_h
19 #define CondFormatsL1TObjects_L1MuGMTChannelMask_h
20 
21 #include <string>
22 
24 public:
27 
28  void setSubsystemMask(const unsigned SubsystemMask) { m_SubsystemMask = SubsystemMask; }
29  unsigned getSubsystemMask() const { return m_SubsystemMask; }
30 
31 private:
32 
33  unsigned m_SubsystemMask;
34 
35 };
36 
37 
38 #endif
39 
unsigned getSubsystemMask() const
void setSubsystemMask(const unsigned SubsystemMask)