73 myCout <<
"\n L1GtMuonTemplate print..." << std::endl;
79 for (
int i = 0;
i < nObjects;
i++) {
81 myCout <<
" Template for object " <<
i <<
" [ hex ]" << std::endl;
82 myCout <<
" ptHighThreshold = " << std::hex <<
m_objectParameter[
i].ptHighThreshold << std::endl;
83 myCout <<
" ptLowThreshold = " << std::hex <<
m_objectParameter[
i].ptLowThreshold << std::endl;
86 myCout <<
" requestIso = " << std::hex <<
m_objectParameter[
i].requestIso << std::endl;
87 myCout <<
" qualityRange = " << std::hex <<
m_objectParameter[
i].qualityRange << std::endl;
94 myCout <<
" Correlation parameters " 95 <<
"[ hex ]" << std::endl;
105 myCout <<
" Correlation parameters " 106 <<
"[ hex ]" << std::endl;
112 myCout <<
"\n Correlation parameters " 113 <<
"[ hex ]" << std::endl;
std::vector< ObjectParameter > m_objectParameter
variables containing the parameters
unsigned int deltaPhiMaxbits
std::vector< L1GtObject > m_objectType
the trigger object type(s)
~L1GtMuonTemplate() override
L1GtConditionType m_condType
the type of the condition (1s, etc)
void setConditionParameter(const std::vector< ObjectParameter > &objParameter, const CorrelationParameter &corrParameter)
set functions
L1GtConditionCategory m_condCategory
the category of the condition
L1GtMuonTemplate & operator=(const L1GtMuonTemplate &)
unsigned long long deltaPhiRange0Word
std::string m_condName
the name of the condition
CorrelationParameter m_correlationParameter
unsigned int chargeCorrelation
void print(std::ostream &myCout) const override
print the condition
unsigned long long deltaEtaRange
void copy(const L1GtMuonTemplate &cp)
copy function for copy constructor and operator=
bool m_condGEq
the operator used for the condition (>=, =): true for >=
const int nrObjects() const
get number of trigger objects
unsigned long long deltaPhiRange1Word
int m_condChipNr
condition is located on condition chip m_condChipNr
std::ostream & operator<<(std::ostream &os, const L1GtMuonTemplate &result)
virtual void print(std::ostream &myCout) const
print condition