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