CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1GtTriggerMask.h
Go to the documentation of this file.
1 #ifndef CondFormats_L1TObjects_L1GtTriggerMask_h
2 #define CondFormats_L1TObjects_L1GtTriggerMask_h
3 
20 // system include files
21 #include <vector>
22 #include <ostream>
23 
24 // user include files
25 // base class
26 
27 // forward declarations
28 
29 // class declaration
30 
32 {
33 
34 public:
35 
36  // constructors
37  //
39 
40  // from a vector
41  L1GtTriggerMask(std::vector<unsigned int>&);
42 
43  // destructor
44  virtual ~L1GtTriggerMask();
45 
46 public:
47 
49  inline const std::vector<unsigned int>& gtTriggerMask() const
50  {
51  return m_triggerMask;
52  }
53 
55  void setGtTriggerMask(std::vector<unsigned int>&);
56 
58  void print(std::ostream&) const;
59 
60 private:
61 
63  std::vector<unsigned int> m_triggerMask;
64 
65 
66 };
67 
68 #endif /*CondFormats_L1TObjects_L1GtTriggerMask_h*/
void print(std::ostream &) const
print the mask
const std::vector< unsigned int > & gtTriggerMask() const
get the trigger mask
void setGtTriggerMask(std::vector< unsigned int > &)
set the trigger mask
virtual ~L1GtTriggerMask()
std::vector< unsigned int > m_triggerMask
trigger mask