CMS 3D CMS Logo

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 
31  unsigned getSubsystemMask() const { return m_SubsystemMask; }
32 
33 private:
34  unsigned m_SubsystemMask;
35 
37 };
38 
39 #endif
unsigned getSubsystemMask() const
#define COND_SERIALIZABLE
Definition: Serializable.h:39
void setSubsystemMask(const unsigned SubsystemMask)