89 const std::vector<ObjectParameter>& objParameter,
101 myCout <<
"\n L1GtCaloTemplate print..." << std::endl;
107 for (
int i = 0;
i < nObjects;
i++) {
109 myCout <<
" Template for object " <<
i <<
" [ hex ]" << std::endl;
110 myCout <<
" etThreshold = " 112 myCout <<
" etaRange = " 114 myCout <<
" phiRange = " 120 myCout <<
" Correlation parameters " <<
"[ hex ]" << std::endl;
122 myCout <<
" deltaEtaRange = " 124 myCout <<
" deltaPhiRange = " 126 myCout <<
" deltaPhiMaxbits = "
const int nrObjects() const
get number of trigger objects
std::vector< ObjectParameter > m_objectParameter
variables containing the parameters
unsigned long long deltaPhiRange
const std::string & condName() const
get / set condition name
void print(std::ostream &myCout) const override
print the condition
const int & condChipNr() const
get / set the condition-chip number the condition is located on
unsigned long long deltaEtaRange
const std::vector< L1GtObject > & objectType() const
get / set the trigger object type(s) in the condition
unsigned int deltaPhiMaxbits
std::vector< L1GtObject > m_objectType
the trigger object type(s)
void copy(const L1GtCaloTemplate &cp)
copy function for copy constructor and operator=
virtual void print(std::ostream &myCout) const
print condition
L1GtConditionType m_condType
the type of the condition (1s, etc)
L1GtConditionCategory m_condCategory
the category of the condition
L1GtCaloTemplate & operator=(const L1GtCaloTemplate &)
const L1GtConditionType & condType() const
get / set the type of the condition (1s, etc)
std::string m_condName
the name of the condition
typedef for correlation parameters
const L1GtConditionCategory & condCategory() const
get / set the category of the condition
friend std::ostream & operator<<(std::ostream &, const L1GtCaloTemplate &)
output stream operator
~L1GtCaloTemplate() override
const CorrelationParameter * correlationParameter() const
bool m_condGEq
the operator used for the condition (>=, =): true for >=
const bool condGEq() const
get / set condition GEq flag
const std::vector< ObjectParameter > * objectParameter() const
int m_condChipNr
condition is located on condition chip m_condChipNr
void setConditionParameter(const std::vector< ObjectParameter > &objParameter, const CorrelationParameter &corrParameter)
set functions
CorrelationParameter m_correlationParameter