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