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