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$
10 // $Revision$
11 //
12 //
13 // Author :
14 // Ivan Mikulec HEPHY / Vienna
15 //
16 //
17 //--------------------------------------------------
18 #ifndef CondFormatsL1TObjects_L1MuGMTChannelMask_h
19 #define CondFormatsL1TObjects_L1MuGMTChannelMask_h
20 
22 
23 #include <string>
24 
26 public:
29 
30  void setSubsystemMask(const unsigned SubsystemMask) { m_SubsystemMask = SubsystemMask; }
31  unsigned getSubsystemMask() const { return m_SubsystemMask; }
32 
33 private:
34 
35  unsigned m_SubsystemMask;
36 
37 
39 };
40 
41 
42 #endif
43 
unsigned getSubsystemMask() const
#define COND_SERIALIZABLE
Definition: Serializable.h:37
void setSubsystemMask(const unsigned SubsystemMask)