1 #ifndef GlobalTrigger_ExternalCondition_h
2 #define GlobalTrigger_ExternalCondition_h
64 void print(std::ostream& myCout)
const;
void setuGtB(const GtBoard *)
set the pointer to uGT GtBoard
void print(std::ostream &myCout) const
print condition
ExternalCondition & operator=(const ExternalCondition &)
const GtBoard * m_uGtB
pointer to uGt GtBoard, to be able to get the trigger objects
const GtBoard * getuGtB() const
get / set the pointer to uGt GtBoard
const ExternalTemplate * m_gtExternalTemplate
pointer to a ExternalTemplate
virtual ~ExternalCondition()
const ExternalTemplate * gtExternalTemplate() const
get / set the pointer to a L1GtCondition
void copy(const ExternalCondition &cp)
copy function for copy constructor and operator=
const bool evaluateCondition(const int bxEval) const
the core function to check if the condition matches
void setGtExternalTemplate(const ExternalTemplate *)