72 myCout <<
"\n MuonTemplate print..." << std::endl;
78 for (
int i = 0;
i < nObjects;
i++) {
80 myCout <<
" Template for object " <<
i <<
" [ hex ]" << std::endl;
81 myCout <<
" ptHighThreshold = " << std::hex <<
m_objectParameter[
i].ptHighThreshold << std::endl;
82 myCout <<
" ptLowThreshold = " << std::hex <<
m_objectParameter[
i].ptLowThreshold << std::endl;
83 myCout <<
" uptHighCut = " << std::hex <<
m_objectParameter[
i].unconstrainedPtHigh << std::endl;
84 myCout <<
" uptLowCut = " << std::hex <<
m_objectParameter[
i].unconstrainedPtLow << std::endl;
89 myCout <<
" requestIso = " << std::hex <<
m_objectParameter[
i].requestIso << std::endl;
91 myCout <<
" qualityLUT = " << std::hex <<
m_objectParameter[
i].qualityLUT << std::endl;
92 myCout <<
" isolationLUT = " << std::hex <<
m_objectParameter[
i].isolationLUT << std::endl;
93 myCout <<
" impactParameterLUT= " << std::hex <<
m_objectParameter[
i].impactParameterLUT << std::endl;
100 myCout <<
" phiWindow1Lower =" << std::hex <<
m_objectParameter[
i].phiWindow1Lower << std::endl;
101 myCout <<
" phiWindow1Upper =" << std::hex <<
m_objectParameter[
i].phiWindow1Upper << std::endl;
102 myCout <<
" phiWindow2Lower =" << std::hex <<
m_objectParameter[
i].phiWindow2Lower << std::endl;
103 myCout <<
" phiWindow2Upper =" << std::hex <<
m_objectParameter[
i].phiWindow2Upper << std::endl;
104 myCout <<
" etaWindow1Lower =" << std::hex <<
m_objectParameter[
i].etaWindow1Lower << std::endl;
105 myCout <<
" etaWindow1Upper =" << std::hex <<
m_objectParameter[
i].etaWindow1Upper << std::endl;
106 myCout <<
" etaWindow2Lower =" << std::hex <<
m_objectParameter[
i].etaWindow2Lower << std::endl;
107 myCout <<
" etaWindow2Upper =" << std::hex <<
m_objectParameter[
i].etaWindow2Upper << std::endl;
111 myCout <<
" Correlation parameters " 112 <<
"[ hex ]" << std::endl;
122 myCout <<
" Correlation parameters " 123 <<
"[ hex ]" << std::endl;
129 myCout <<
"\n Correlation parameters " 130 <<
"[ hex ]" << std::endl;
void copy(const MuonTemplate &cp)
copy function for copy constructor and operator=
MuonTemplate & operator=(const MuonTemplate &)
bool m_condGEq
the operator used for the condition (>=, =): true for >=
void print(std::ostream &myCout) const override
print the condition
std::ostream & operator<<(std::ostream &os, const MuonTemplate &result)
std::vector< ObjectParameter > m_objectParameter
variables containing the parameters
std::string m_condName
the name of the condition
unsigned long long deltaPhiRange0Word
int m_condChipNr
condition is located on condition chip m_condChipNr
l1t::GtConditionCategory m_condCategory
the category of the condition
unsigned int deltaPhiMaxbits
unsigned long long deltaPhiRange1Word
void setConditionParameter(const std::vector< ObjectParameter > &objParameter, const CorrelationParameter &corrParameter)
set functions
unsigned long long deltaEtaRange
const int nrObjects() const
get number of trigger objects
unsigned int chargeCorrelation
std::vector< l1t::GlobalObject > m_objectType
the trigger object type(s)
CorrelationParameter m_correlationParameter
l1t::GtConditionType m_condType
the type of the condition (1s, etc)
virtual void print(std::ostream &myCout) const
print condition