30 myCout <<
"\n CICADATemplate print..." << std::endl;
36 for (
int i = 0;
i < nObjects; ++
i) {
38 myCout <<
" Template for object " <<
i <<
" [ hex ]" << std::endl;
39 myCout <<
" CICADAThreshold = " << std::hex <<
m_objectParameter[
i].minCICADAThreshold << std::endl;
bool m_condGEq
the operator used for the condition (>=, =): true for >=
void print(std::ostream &myCout) const override
print condition
std::string m_condName
the name of the condition
int m_condChipNr
condition is located on condition chip m_condChipNr
l1t::GtConditionCategory m_condCategory
the category of the condition
CICADATemplate & operator=(const CICADATemplate &)
const int nrObjects() const
get number of trigger objects
std::vector< ObjectParameter > m_objectParameter
void copy(const CICADATemplate &cp)
std::vector< l1t::GlobalObject > m_objectType
the trigger object type(s)
l1t::GtConditionType m_condType
the type of the condition (1s, etc)
std::ostream & operator<<(std::ostream &os, const CICADATemplate &result)
virtual void print(std::ostream &myCout) const
print condition