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;
const int nrObjects() const
get number of trigger objects
void print(std::ostream &myCout) const override
print the condition
const std::string & condName() const
get / set condition name
const int & condChipNr() const
get / set the condition-chip number the condition is located on
const std::vector< L1GtObject > & objectType() const
get / set the trigger object type(s) in the condition
std::vector< L1GtObject > m_objectType
the trigger object type(s)
std::ostream & operator<<(std::ostream &out, const ALILine &li)
virtual void print(std::ostream &myCout) const
print condition
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
const std::vector< ObjectParameter > * objectParameter() const
const L1GtConditionType & condType() const
get / set the type of the condition (1s, etc)
std::string m_condName
the name of the condition
const L1GtConditionCategory & condCategory() const
get / set the category 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 >=
const bool condGEq() const
get / set condition GEq flag
~L1GtEnergySumTemplate() override
int m_condChipNr
condition is located on condition chip m_condChipNr
void setConditionParameter(const std::vector< ObjectParameter > &)
set functions