88 const std::vector<ObjectParameter>& objParameter,
100 myCout <<
"\n MuonTemplate print..." << std::endl;
106 for (
int i = 0;
i < nObjects;
i++) {
108 myCout <<
" Template for object " <<
i <<
" [ hex ]" << std::endl;
109 myCout <<
" ptHighThreshold = "
111 myCout <<
" ptLowThreshold = "
113 myCout <<
" enableMip = "
115 myCout <<
" enableIso = "
117 myCout <<
" requestIso = "
119 myCout <<
" charge ="
121 myCout <<
" qualityLUT = "
123 myCout <<
" isolationLUT = "
131 myCout <<
" phiWindow1Lower ="
133 myCout <<
" phiWindow1Upper ="
135 myCout <<
" phiWindow2Lower ="
137 myCout <<
" phiWindow2Upper ="
139 myCout <<
" etaWindow1Lower ="
141 myCout <<
" etaWindow1Upper ="
143 myCout <<
" etaWindow2Lower ="
145 myCout <<
" etaWindow2Upper ="
153 myCout <<
" Correlation parameters " <<
"[ hex ]" << std::endl;
155 myCout <<
" chargeCorrelation = "
159 myCout <<
" deltaEtaRange = "
161 myCout <<
" deltaPhiRange1Word = "
163 myCout <<
" deltaPhiRange0Word = "
165 myCout <<
" deltaPhiMaxbits = "
170 myCout <<
" Correlation parameters " <<
"[ hex ]" << std::endl;
172 myCout <<
" chargeCorrelation = "
174 <<
" (charge sign) " << std::endl;
178 myCout <<
"\n Correlation parameters " <<
"[ hex ]" << std::endl;
180 myCout <<
" chargeCorrelation = "
const int nrObjects() const
get number of trigger objects
void copy(const MuonTemplate &cp)
copy function for copy constructor and operator=
virtual void print(std::ostream &myCout) const
print the condition
MuonTemplate & operator=(const MuonTemplate &)
bool m_condGEq
the operator used for the condition (>=, =): true for >=
std::vector< GlobalObject > m_objectType
the trigger object type(s)
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)
const int & condRelativeBx() const
get / set the condition relative bx
const std::vector< ObjectParameter > * objectParameter() const
const std::vector< 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
CorrelationParameter m_correlationParameter
l1t::GtConditionType m_condType
the type of the condition (1s, etc)