86 const int cond1index) :
163 myCout <<
"\n CorrelationTemplate print..." << std::endl;
167 myCout <<
"\n First sub-condition category: " <<
m_cond0Category << std::endl;
168 myCout <<
" Second sub-condition category: " <<
m_cond1Category << std::endl;
170 myCout <<
"\n First sub-condition index: " <<
m_cond0Index << std::endl;
171 myCout <<
" Second sub-condition index: " <<
m_cond1Index << std::endl;
173 myCout <<
"\n Correlation parameters " <<
"[ hex ]" << std::endl;
const int nrObjects() const
get number of trigger objects
void setCond0Index(const int &)
unsigned int chargeCorrelation
CorrelationParameter m_correlationParameter
const l1t::GtConditionCategory cond0Category() const
get / set the category of the two sub-conditions
void setCorrelationParameter(const CorrelationParameter &corrParameter)
bool m_condGEq
the operator used for the condition (>=, =): true for >=
long long minMassCutValue
const bool condGEq() const
get / set condition GEq flag
friend std::ostream & operator<<(std::ostream &, const CorrelationTemplate &)
output stream operator
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)
long long maxMassCutValue
GtConditionCategory
condition categories
const l1t::GtConditionCategory cond1Category() const
~CorrelationTemplate() override
destructor
const std::vector< l1t::GlobalObject > & objectType() const
get / set the trigger object type(s) in the condition
void copy(const CorrelationTemplate &cp)
copy function for copy constructor and operator=
long long minTBPTCutValue
void setCond1Category(const l1t::GtConditionCategory &)
const int cond0Index() const
get / set the index of the two sub-conditions in the cor* vector from menu
void print(std::ostream &myCout) const override
print the condition
const int cond1Index() const
std::string m_condName
the name of the condition
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
l1t::GtConditionCategory m_cond1Category
l1t::GtConditionCategory m_cond0Category
virtual void print(std::ostream &myCout) const
print condition
void setCond0Category(const l1t::GtConditionCategory &)
const CorrelationParameter * correlationParameter() const
get / set correlation parameters
long long maxTBPTCutValue
typedef for correlation parameters
std::vector< l1t::GlobalObject > m_objectType
the trigger object type(s)
CorrelationTemplate & operator=(const CorrelationTemplate &)
assign operator
l1t::GtConditionType m_condType
the type of the condition (1s, etc)
void setCond1Index(const int &)