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;
const int nrObjects() const
get number of trigger objects
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 >=
const bool condGEq() const
get / set condition GEq flag
std::ostream & operator<<(std::ostream &out, const ALILine &li)
const l1t::GtConditionCategory & condCategory() const
get / set the category of the condition
const l1t::GtConditionType & condType() const
get / set the type of the condition (1s, etc)
void print(std::ostream &myCout) const override
print the condition
const int & condRelativeBx() const
get / set the condition relative bx
const std::vector< ObjectParameter > * objectParameter() const
const std::vector< l1t::GlobalObject > & objectType() const
get / set the trigger object type(s) in the condition
std::vector< ObjectParameter > m_objectParameter
variables containing the parameters
std::string m_condName
the name of the condition
unsigned long long deltaPhiRange0Word
const int & condChipNr() const
get / set the condition-chip number the condition is located on
int m_condChipNr
condition is located on condition chip m_condChipNr
l1t::GtConditionCategory m_condCategory
the category of the condition
const std::string & condName() const
get / set condition name
unsigned int deltaPhiMaxbits
virtual void print(std::ostream &myCout) const
print condition
unsigned long long deltaPhiRange1Word
void setConditionParameter(const std::vector< ObjectParameter > &objParameter, const CorrelationParameter &corrParameter)
set functions
unsigned long long deltaEtaRange
const CorrelationParameter * correlationParameter() const
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)