1 #ifndef GlobalTrigger_L1GtBptxCondition_h 2 #define GlobalTrigger_L1GtBptxCondition_h 59 void print(std::ostream& myCout)
const override;
const bool conditionResult() const
get / set the result
void print(std::ostream &myCout) const override
print condition
const bool evaluateCondition() const override
the core function to check if the condition matches
bool m_conditionResult
condition result
void setConditionResult(const bool result)
L1GtBptxCondition & operator=(const L1GtBptxCondition &)
const L1GtBptxTemplate * m_gtBptxTemplate
pointer to a L1GtBptxTemplate
void setGtBptxTemplate(const L1GtBptxTemplate *)
~L1GtBptxCondition() override
const L1GtBptxTemplate * gtBptxTemplate() const
get / set the pointer to a L1GtCondition
void copy(const L1GtBptxCondition &cp)
copy function for copy constructor and operator=