Go to the documentation of this file.
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;
L1GtConditionCategory m_condCategory
the category of the condition
L1GtConditionType m_condType
the type of the condition (1s, etc)
bool m_condGEq
the operator used for the condition (>=, =): true for >=
const int nrObjects() const
get number of trigger objects
void copy(const L1GtHfRingEtSumsTemplate &cp)
copy function for copy constructor and operator=
L1GtHfRingEtSumsTemplate()
void setConditionParameter(const std::vector< ObjectParameter > &)
set functions
~L1GtHfRingEtSumsTemplate() override
std::ostream & operator<<(std::ostream &os, const L1GtHfRingEtSumsTemplate &result)
int m_condChipNr
condition is located on condition chip m_condChipNr
virtual void print(std::ostream &myCout) const
print condition
std::vector< L1GtObject > m_objectType
the trigger object type(s)
L1GtHfRingEtSumsTemplate & operator=(const L1GtHfRingEtSumsTemplate &)
std::string m_condName
the name of the condition
std::vector< ObjectParameter > m_objectParameter
variables containing the parameters
void print(std::ostream &myCout) const override
print the condition