CMS 3D CMS Logo

ExternalCondition.h
Go to the documentation of this file.
1 #ifndef L1Trigger_L1TGlobal_ExternalCondition_h
2 #define L1Trigger_L1TGlobal_ExternalCondition_h
3 
18 // system include files
19 #include <iosfwd>
20 #include <string>
21 
22 // user include files
23 // base classes
25 
26 // forward declarations
27 class GlobalCondition;
28 class ExternalTemplate;
29 
30 namespace l1t {
31 
32 class L1Candidate;
33 
34 class GlobalBoard;
35 
36 // class declaration
38 {
39 
40 public:
41 
45 
48 
49  // copy constructor
51 
52  // destructor
53  ~ExternalCondition() override;
54 
55  // assign operator
57 
58 public:
59 
61  const bool evaluateCondition(const int bxEval) const override;
62 
64  void print(std::ostream& myCout) const override;
65 
66 public:
67 
69  inline const ExternalTemplate* gtExternalTemplate() const {
70  return m_gtExternalTemplate;
71  }
72 
74 
76  inline const GlobalBoard* getuGtB() const {
77  return m_uGtB;
78  }
79 
80  void setuGtB(const GlobalBoard*);
81 
82 private:
83 
85  void copy(const ExternalCondition& cp);
86 
87 private:
88 
91 
94 
95 };
96 
97 }
98 #endif
delete x;
Definition: CaloConfig.h:22
ExternalCondition & operator=(const ExternalCondition &)
const bool evaluateCondition(const int bxEval) const override
the core function to check if the condition matches
const ExternalTemplate * m_gtExternalTemplate
pointer to a ExternalTemplate
const ExternalTemplate * gtExternalTemplate() const
get / set the pointer to a L1GtCondition
const GlobalBoard * m_uGtB
pointer to uGt GlobalBoard, to be able to get the trigger objects
void copy(const ExternalCondition &cp)
copy function for copy constructor and operator=
void print(std::ostream &myCout) const override
print condition
void setGtExternalTemplate(const ExternalTemplate *)
const GlobalBoard * getuGtB() const
get / set the pointer to uGt GlobalBoard
void setuGtB(const GlobalBoard *)
set the pointer to uGT GlobalBoard