71 myCout <<
"\n EnergySumTemplate print..." << std::endl;
77 for (
int i = 0;
i < nObjects;
i++) {
79 myCout <<
" Template for object " <<
i <<
" [ hex ]" << std::endl;
80 myCout <<
" etThreshold = " << std::hex <<
m_objectParameter[
i].etLowThreshold <<
" - " 82 myCout <<
" energyOverflow = " << std::hex <<
m_objectParameter[0].energyOverflow << std::endl;
EnergySumTemplate & operator=(const EnergySumTemplate &)
void copy(const EnergySumTemplate &cp)
copy function for copy constructor and operator=
bool m_condGEq
the operator used for the condition (>=, =): true for >=
std::ostream & operator<<(std::ostream &os, const EnergySumTemplate &result)
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
std::vector< ObjectParameter > m_objectParameter
variables containing the parameters
void print(std::ostream &myCout) const override
print the condition
~EnergySumTemplate() override
const int nrObjects() const
get number of trigger objects
std::vector< l1t::GlobalObject > m_objectType
the trigger object type(s)
void setConditionParameter(const std::vector< ObjectParameter > &)
set functions
l1t::GtConditionType m_condType
the type of the condition (1s, etc)
virtual void print(std::ostream &myCout) const
print condition