90 const std::vector<ObjectParameter>& objParameter,
102 myCout <<
"\n MuonTemplate print..." << std::endl;
108 for (
int i = 0;
i < nObjects;
i++) {
110 myCout <<
" Template for object " <<
i <<
" [ hex ]" << std::endl;
111 myCout <<
" ptHighThreshold = "
113 myCout <<
" ptLowThreshold = "
115 myCout <<
" enableMip = "
117 myCout <<
" enableIso = "
119 myCout <<
" requestIso = "
121 myCout <<
" qualityLUT = "
123 myCout <<
" isolationLUT = "
125 myCout <<
" etaRange = "
127 myCout <<
" phiHigh = "
129 myCout <<
" phiLow = "
135 myCout <<
" Correlation parameters " <<
"[ hex ]" << std::endl;
137 myCout <<
" chargeCorrelation = "
141 myCout <<
" deltaEtaRange = "
143 myCout <<
" deltaPhiRange1Word = "
145 myCout <<
" deltaPhiRange0Word = "
147 myCout <<
" deltaPhiMaxbits = "
152 myCout <<
" Correlation parameters " <<
"[ hex ]" << std::endl;
154 myCout <<
" chargeCorrelation = "
156 <<
" (charge sign) " << std::endl;
160 myCout <<
"\n Correlation parameters " <<
"[ hex ]" << std::endl;
162 myCout <<
" chargeCorrelation = "
void copy(const MuonTemplate &cp)
copy function for copy constructor and operator=
bool m_condGEq
the operator used for the condition (>=, =): true for >=
const int & condChipNr() const
get / set the condition-chip number the condition is located on
l1t::GtConditionType m_condType
the type of the condition (1s, etc)
int m_condChipNr
condition is located on condition chip m_condChipNr
virtual void print(std::ostream &myCout) const
print the condition
MuonTemplate & operator=(const MuonTemplate &)
virtual void print(std::ostream &myCout) const
print condition
std::ostream & operator<<(std::ostream &out, const ALILine &li)
std::vector< L1GtObject > m_objectType
the trigger object type(s)
const std::vector< ObjectParameter > * objectParameter() const
const int nrObjects() const
get number of trigger objects
std::string m_condName
the name of the condition
const int & condRelativeBx() const
get / set the condition relative bx
l1t::GtConditionCategory m_condCategory
the category of the condition
std::vector< ObjectParameter > m_objectParameter
variables containing the parameters
const l1t::GtConditionType & condType() const
get / set the type of the condition (1s, etc)
unsigned long long deltaPhiRange0Word
const std::vector< L1GtObject > & objectType() const
get / set the trigger object type(s) in the condition
unsigned int deltaPhiMaxbits
const std::string & condName() const
get / set condition name
unsigned long long deltaPhiRange1Word
void setConditionParameter(const std::vector< ObjectParameter > &objParameter, const CorrelationParameter &corrParameter)
set functions
unsigned long long deltaEtaRange
const l1t::GtConditionCategory & condCategory() const
get / set the category of the condition
const CorrelationParameter * correlationParameter() const
const bool condGEq() const
get / set condition GEq flag
unsigned int chargeCorrelation
CorrelationParameter m_correlationParameter