89 const std::vector<ObjectParameter>& objParameter,
101 myCout <<
"\n MuonTemplate print..." << std::endl;
107 for (
int i = 0;
i < nObjects;
i++) {
109 myCout <<
" Template for object " <<
i <<
" [ hex ]" << std::endl;
110 myCout <<
" ptHighThreshold = " 112 myCout <<
" ptLowThreshold = " 114 myCout <<
" indexHigh = " 116 myCout <<
" indexLow = " 118 myCout <<
" enableMip = " 120 myCout <<
" enableIso = " 122 myCout <<
" requestIso = " 124 myCout <<
" charge =" 126 myCout <<
" qualityLUT = " 128 myCout <<
" isolationLUT = " 136 myCout <<
" phiWindow1Lower =" 138 myCout <<
" phiWindow1Upper =" 140 myCout <<
" phiWindow2Lower =" 142 myCout <<
" phiWindow2Upper =" 144 myCout <<
" etaWindow1Lower =" 146 myCout <<
" etaWindow1Upper =" 148 myCout <<
" etaWindow2Lower =" 150 myCout <<
" etaWindow2Upper =" 158 myCout <<
" Correlation parameters " <<
"[ hex ]" << std::endl;
160 myCout <<
" chargeCorrelation = " 164 myCout <<
" deltaEtaRange = " 166 myCout <<
" deltaPhiRange1Word = " 168 myCout <<
" deltaPhiRange0Word = " 170 myCout <<
" deltaPhiMaxbits = " 175 myCout <<
" Correlation parameters " <<
"[ hex ]" << std::endl;
177 myCout <<
" chargeCorrelation = " 179 <<
" (charge sign) " << std::endl;
183 myCout <<
"\n Correlation parameters " <<
"[ hex ]" << std::endl;
185 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 >=
const bool condGEq() const
get / set condition GEq flag
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< 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
friend std::ostream & operator<<(std::ostream &, const MuonTemplate &)
output stream operator
l1t::GtConditionType m_condType
the type of the condition (1s, etc)