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;
94 myCout <<
" phiWindow1Lower =" << std::hex <<
m_objectParameter[
i].phiWindow1Lower << std::endl;
95 myCout <<
" phiWindow1Upper =" << std::hex <<
m_objectParameter[
i].phiWindow1Upper << std::endl;
96 myCout <<
" phiWindow2Lower =" << std::hex <<
m_objectParameter[
i].phiWindow2Lower << std::endl;
97 myCout <<
" phiWindow2Upper =" << std::hex <<
m_objectParameter[
i].phiWindow2Upper << std::endl;
99 size_t etaWindowIndex = 1;
101 myCout <<
" etaWindows[" << etaWindowIndex <<
"].lower =" << std::hex <<
window.lower << std::endl;
102 myCout <<
" etaWindows[" << etaWindowIndex <<
"].upper =" << std::hex <<
window.upper << std::endl;
108 myCout <<
" Correlation parameters " 109 <<
"[ hex ]" << std::endl;
119 myCout <<
" Correlation parameters " 120 <<
"[ hex ]" << std::endl;
126 myCout <<
"\n Correlation parameters " 127 <<
"[ 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
def window(xmin, xmax, ymin, ymax, x=0, y=0, width=100, height=100, xlogbase=None, ylogbase=None, minusInfinity=-1000, flipx=False, flipy=True)
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