70 myCout <<
"\n CaloTemplate print..." << std::endl;
76 for (
int i = 0;
i < nObjects;
i++) {
78 myCout <<
" Template for object " <<
i <<
" [ hex ]" << std::endl;
85 myCout <<
" isolationLUT = " << std::hex <<
m_objectParameter[
i].isolationLUT << std::endl;
86 myCout <<
" qualityLUT = " << std::hex <<
m_objectParameter[
i].qualityLUT << std::endl;
90 myCout <<
" Correlation parameters " 91 <<
"[ hex ]" << std::endl;
unsigned int deltaPhiMaxbits
CorrelationParameter m_correlationParameter
unsigned long long deltaEtaRange
bool m_condGEq
the operator used for the condition (>=, =): true for >=
unsigned long long deltaPhiRange
void copy(const CaloTemplate &cp)
copy function for copy constructor and operator=
std::vector< ObjectParameter > m_objectParameter
variables containing the parameters
std::ostream & operator<<(std::ostream &os, const CaloTemplate &result)
CaloTemplate & operator=(const CaloTemplate &)
void setConditionParameter(const std::vector< ObjectParameter > &objParameter, const CorrelationParameter &corrParameter)
set functions
std::string m_condName
the name of the condition
int m_condChipNr
condition is located on condition chip m_condChipNr
l1t::GtConditionCategory m_condCategory
the category of the condition
void print(std::ostream &myCout) const override
print the condition
typedef for correlation parameters
const int nrObjects() const
get number of trigger objects
std::vector< l1t::GlobalObject > m_objectType
the trigger object type(s)
l1t::GtConditionType m_condType
the type of the condition (1s, etc)
virtual void print(std::ostream &myCout) const
print condition