CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1GtHfRingEtSumsCondition.h
Go to the documentation of this file.
1 #ifndef GlobalTrigger_L1GtHfRingEtSumsCondition_h
2 #define GlobalTrigger_L1GtHfRingEtSumsCondition_h
3 
20 // system include files
21 #include <iosfwd>
22 
23 // user include files
24 // base classes
26 
27 // forward declarations
28 class L1GtCondition;
30 
31 class L1GlobalTriggerPSB;
32 
33 // class declaration
35 {
36 
37 public:
38 
42 
45 
46  // copy constructor
48 
49  // destructor
51 
52  // assign operator
54 
55 public:
56 
58  const bool evaluateCondition() const;
59 
61  void print(std::ostream& myCout) const;
62 
63 public:
64 
68  }
69 
71 
73  inline const L1GlobalTriggerPSB* gtPSB() const {
74  return m_gtPSB;
75  }
76 
77  void setGtPSB(const L1GlobalTriggerPSB*);
78 
79 private:
80 
82  void copy(const L1GtHfRingEtSumsCondition& cp);
83 
84 private:
85 
88 
91 
92 };
93 
94 #endif
const bool evaluateCondition() const
the core function to check if the condition matches
void setGtHfRingEtSumsTemplate(const L1GtHfRingEtSumsTemplate *)
void setGtPSB(const L1GlobalTriggerPSB *)
set the pointer to PSB
const L1GtHfRingEtSumsTemplate * m_gtHfRingEtSumsTemplate
pointer to a L1GtHfRingEtSumsTemplate
L1GtHfRingEtSumsCondition & operator=(const L1GtHfRingEtSumsCondition &)
void print(std::ostream &myCout) const
print condition
const L1GlobalTriggerPSB * m_gtPSB
pointer to PSB, to be able to get the trigger objects
const L1GlobalTriggerPSB * gtPSB() const
get / set the pointer to PSB
const L1GtHfRingEtSumsTemplate * gtHfRingEtSumsTemplate() const
get / set the pointer to a L1GtCondition
void copy(const L1GtHfRingEtSumsCondition &cp)
copy function for copy constructor and operator=