78 myCout <<
"\n L1GtHfRingEtSumsTemplate print..." << std::endl;
84 for (
int i = 0;
i < nObjects;
i++) {
86 myCout <<
" Template for object " <<
i << std::endl;
87 myCout <<
" etSumIndex = " << std::hex <<
m_objectParameter[
i].etSumIndex <<
" [ dec ]" << std::endl;
88 myCout <<
" etSumThreshold = " << std::hex <<
m_objectParameter[
i].etSumThreshold <<
" [ hex ]" << std::endl;
void print(std::ostream &myCout) const override
print the condition
std::vector< ObjectParameter > m_objectParameter
variables containing the parameters
L1GtHfRingEtSumsTemplate()
std::vector< L1GtObject > m_objectType
the trigger object type(s)
L1GtConditionType m_condType
the type of the condition (1s, etc)
L1GtConditionCategory m_condCategory
the category of the condition
void copy(const L1GtHfRingEtSumsTemplate &cp)
copy function for copy constructor and operator=
std::string m_condName
the name of the condition
std::ostream & operator<<(std::ostream &os, const L1GtHfRingEtSumsTemplate &result)
void setConditionParameter(const std::vector< ObjectParameter > &)
set functions
L1GtHfRingEtSumsTemplate & operator=(const L1GtHfRingEtSumsTemplate &)
~L1GtHfRingEtSumsTemplate() override
bool m_condGEq
the operator used for the condition (>=, =): true for >=
const int nrObjects() const
get number of trigger objects
int m_condChipNr
condition is located on condition chip m_condChipNr
virtual void print(std::ostream &myCout) const
print condition