Go to the documentation of this file.
72 myCout <<
"\n L1GtCaloTemplate print..." << std::endl;
78 for (
int i = 0;
i < nObjects;
i++) {
80 myCout <<
" Template for object " <<
i <<
" [ hex ]" << std::endl;
81 myCout <<
" etThreshold = " << std::hex <<
m_objectParameter[
i].etThreshold << std::endl;
87 myCout <<
" Correlation parameters "
88 <<
"[ 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
~L1GtCaloTemplate() override
std::ostream & operator<<(std::ostream &os, const L1GtCaloTemplate &result)
unsigned long long deltaPhiRange
typedef for correlation parameters
unsigned long long deltaEtaRange
void setConditionParameter(const std::vector< ObjectParameter > &objParameter, const CorrelationParameter &corrParameter)
set functions
unsigned int deltaPhiMaxbits
CorrelationParameter m_correlationParameter
std::vector< ObjectParameter > m_objectParameter
variables containing the parameters
int m_condChipNr
condition is located on condition chip m_condChipNr
void copy(const L1GtCaloTemplate &cp)
copy function for copy constructor and operator=
virtual void print(std::ostream &myCout) const
print condition
void print(std::ostream &myCout) const override
print the condition
std::vector< L1GtObject > m_objectType
the trigger object type(s)
std::string m_condName
the name of the condition
L1GtCaloTemplate & operator=(const L1GtCaloTemplate &)