#include <CorrelationWithOverlapRemovalTemplate.h>
Classes | |
struct | CorrelationWithOverlapRemovalParameter |
typedef for correlation parameters More... | |
Public Member Functions | |
const l1t::GtConditionCategory | cond0Category () const |
get / set the category of the thre sub-conditions More... | |
const int | cond0Index () const |
get / set the index of the two sub-conditions in the cor* vector from menu More... | |
const l1t::GtConditionCategory | cond1Category () const |
const int | cond1Index () const |
const l1t::GtConditionCategory | cond2Category () const |
const int | cond2Index () const |
const CorrelationWithOverlapRemovalParameter * | correlationParameter () const |
get / set correlation parameters More... | |
CorrelationWithOverlapRemovalTemplate () | |
CorrelationWithOverlapRemovalTemplate (const std::string &) | |
from condition name More... | |
CorrelationWithOverlapRemovalTemplate (const std::string &, const l1t::GtConditionCategory &, const l1t::GtConditionCategory &, const l1t::GtConditionCategory &, const int, const int, const int) | |
CorrelationWithOverlapRemovalTemplate (const CorrelationWithOverlapRemovalTemplate &) | |
copy constructor More... | |
CorrelationWithOverlapRemovalTemplate & | operator= (const CorrelationWithOverlapRemovalTemplate &) |
assign operator More... | |
void | print (std::ostream &myCout) const override |
print the condition More... | |
void | setCond0Category (const l1t::GtConditionCategory &) |
void | setCond0Index (const int &) |
void | setCond1Category (const l1t::GtConditionCategory &) |
void | setCond1Index (const int &) |
void | setCond2Category (const l1t::GtConditionCategory &) |
void | setCond2Index (const int &) |
void | setCorrelationWithOverlapRemovalParameter (const CorrelationWithOverlapRemovalParameter &corrParameter) |
~CorrelationWithOverlapRemovalTemplate () override | |
destructor More... | |
Public Member Functions inherited from GlobalCondition | |
const l1t::GtConditionCategory & | condCategory () const |
get / set the category of the condition More... | |
const int & | condChipNr () const |
get / set the condition-chip number the condition is located on More... | |
const bool | condGEq () const |
get / set condition GEq flag More... | |
const std::string & | condName () const |
get / set condition name More... | |
const int & | condRelativeBx () const |
get / set the condition relative bx More... | |
const l1t::GtConditionType & | condType () const |
get / set the type of the condition (1s, etc) More... | |
const bool | corr () const |
GlobalCondition () | |
GlobalCondition (const std::string &) | |
constructor from condition name More... | |
GlobalCondition (const std::string &, const l1t::GtConditionCategory &, const l1t::GtConditionType &) | |
constructor from condition name, category and type More... | |
const int | nrObjects () const |
get number of trigger objects More... | |
const std::vector< l1t::GlobalObject > & | objectType () const |
get / set the trigger object type(s) in the condition More... | |
void | setCondCategory (const l1t::GtConditionCategory &cCategory) |
void | setCondChipNr (const int &cChipNr) |
void | setCondGEq (const bool &cGEq) |
void | setCondName (const std::string &cName) |
void | setCondRelativeBx (const int &cRelativeBx) |
void | setCondType (const l1t::GtConditionType &cType) |
void | setObjectType (const std::vector< l1t::GlobalObject > &objType) |
const bool | wsc () const |
virtual | ~GlobalCondition () |
destructor More... | |
Private Member Functions | |
void | copy (const CorrelationWithOverlapRemovalTemplate &cp) |
copy function for copy constructor and operator= More... | |
Friends | |
std::ostream & | operator<< (std::ostream &, const CorrelationWithOverlapRemovalTemplate &) |
output stream operator More... | |
Additional Inherited Members | |
Protected Attributes inherited from GlobalCondition | |
l1t::GtConditionCategory | m_condCategory |
the category of the condition More... | |
int | m_condChipNr |
condition is located on condition chip m_condChipNr More... | |
bool | m_condGEq |
the operator used for the condition (>=, =): true for >= More... | |
std::string | m_condName |
the name of the condition More... | |
int | m_condRelativeBx |
l1t::GtConditionType | m_condType |
the type of the condition (1s, etc) More... | |
std::vector< l1t::GlobalObject > | m_objectType |
the trigger object type(s) More... | |
class CorrealtionTemplate
Description: L1 Global Trigger correlation with overlap removal template. Includes spatial correlation for two objects and removal of overlap with third object
Implementation: <TODO: enter implementation details>
$Date$ $Revision$
Description: L1 Global Trigger correlation template. Includes spatial correlation for two objects of different type.
Implementation: <TODO: enter implementation details>
$Date$ $Revision$
Definition at line 36 of file CorrelationWithOverlapRemovalTemplate.h.
CorrelationWithOverlapRemovalTemplate::CorrelationWithOverlapRemovalTemplate | ( | ) |
constructor(s) default
Definition at line 34 of file CorrelationWithOverlapRemovalTemplate.cc.
References l1t::CondCorrelationWithOverlapRemoval, l1t::CondNull, m_cond0Category, m_cond0Index, m_cond1Category, m_cond1Index, m_cond2Category, m_cond2Index, GlobalCondition::m_condCategory, GlobalCondition::m_condChipNr, GlobalCondition::m_condType, GlobalCondition::m_objectType, GlobalCondition::nrObjects(), and l1t::Type2corWithOverlapRemoval.
CorrelationWithOverlapRemovalTemplate::CorrelationWithOverlapRemovalTemplate | ( | const std::string & | cName | ) |
from condition name
Definition at line 59 of file CorrelationWithOverlapRemovalTemplate.cc.
References l1t::CondCorrelationWithOverlapRemoval, l1t::CondNull, m_cond0Category, m_cond0Index, m_cond1Category, m_cond1Index, m_cond2Category, m_cond2Index, GlobalCondition::m_condCategory, GlobalCondition::m_condChipNr, GlobalCondition::m_condType, GlobalCondition::m_objectType, GlobalCondition::nrObjects(), and l1t::Type2corWithOverlapRemoval.
CorrelationWithOverlapRemovalTemplate::CorrelationWithOverlapRemovalTemplate | ( | const std::string & | cName, |
const l1t::GtConditionCategory & | cond0Cat, | ||
const l1t::GtConditionCategory & | cond1Cat, | ||
const l1t::GtConditionCategory & | cond2Cat, | ||
const int | cond0Index, | ||
const int | cond1index, | ||
const int | cond2index | ||
) |
from condition name, the category of first sub-condition, the category of the second sub-condition, the category of third sub-condition, the index of first sub-condition in the cor* vector, the index of second sub-condition in the cor* vector, the index of second sub-condition in the cor* vector
Definition at line 86 of file CorrelationWithOverlapRemovalTemplate.cc.
References l1t::CondCorrelationWithOverlapRemoval, GlobalCondition::m_condCategory, GlobalCondition::m_condChipNr, GlobalCondition::m_condType, GlobalCondition::m_objectType, GlobalCondition::nrObjects(), and l1t::Type2corWithOverlapRemoval.
CorrelationWithOverlapRemovalTemplate::CorrelationWithOverlapRemovalTemplate | ( | const CorrelationWithOverlapRemovalTemplate & | cp | ) |
copy constructor
Definition at line 116 of file CorrelationWithOverlapRemovalTemplate.cc.
References copy().
|
override |
destructor
Definition at line 123 of file CorrelationWithOverlapRemovalTemplate.cc.
|
inline |
get / set the category of the thre sub-conditions
Definition at line 115 of file CorrelationWithOverlapRemovalTemplate.h.
References m_cond0Category.
Referenced by copy(), l1t::CorrWithOverlapRemovalCondition::evaluateCondition(), and l1t::GlobalBoard::runGTL().
|
inline |
get / set the index of the two sub-conditions in the cor* vector from menu
Definition at line 132 of file CorrelationWithOverlapRemovalTemplate.h.
References m_cond0Index.
Referenced by copy(), and l1t::GlobalBoard::runGTL().
|
inline |
Definition at line 119 of file CorrelationWithOverlapRemovalTemplate.h.
References m_cond1Category.
Referenced by copy(), l1t::CorrWithOverlapRemovalCondition::evaluateCondition(), and l1t::GlobalBoard::runGTL().
|
inline |
Definition at line 136 of file CorrelationWithOverlapRemovalTemplate.h.
References m_cond1Index.
Referenced by copy(), and l1t::GlobalBoard::runGTL().
|
inline |
Definition at line 123 of file CorrelationWithOverlapRemovalTemplate.h.
References m_cond2Category, setCond0Category(), setCond1Category(), and setCond2Category().
Referenced by copy(), l1t::CorrWithOverlapRemovalCondition::evaluateCondition(), and l1t::GlobalBoard::runGTL().
|
inline |
Definition at line 140 of file CorrelationWithOverlapRemovalTemplate.h.
References m_cond2Index, setCond0Index(), setCond1Index(), and setCond2Index().
Referenced by copy(), and l1t::GlobalBoard::runGTL().
|
private |
copy function for copy constructor and operator=
Definition at line 224 of file CorrelationWithOverlapRemovalTemplate.cc.
References cond0Category(), cond0Index(), cond1Category(), cond1Index(), cond2Category(), cond2Index(), GlobalCondition::condCategory(), GlobalCondition::condChipNr(), GlobalCondition::condGEq(), GlobalCondition::condName(), GlobalCondition::condType(), correlationParameter(), m_cond0Category, m_cond0Index, m_cond1Category, m_cond1Index, m_cond2Category, m_cond2Index, GlobalCondition::m_condCategory, GlobalCondition::m_condChipNr, GlobalCondition::m_condGEq, GlobalCondition::m_condName, GlobalCondition::m_condType, m_correlationParameter, GlobalCondition::m_objectType, and GlobalCondition::objectType().
Referenced by correlationParameter(), CorrelationWithOverlapRemovalTemplate(), and operator=().
|
inline |
get / set correlation parameters
Definition at line 150 of file CorrelationWithOverlapRemovalTemplate.h.
References copy(), SimDataFormats::CaloAnalysis::cp, m_correlationParameter, operator<<, print(), and setCorrelationWithOverlapRemovalParameter().
Referenced by copy(), and l1t::CorrWithOverlapRemovalCondition::evaluateCondition().
CorrelationWithOverlapRemovalTemplate & CorrelationWithOverlapRemovalTemplate::operator= | ( | const CorrelationWithOverlapRemovalTemplate & | cp | ) |
assign operator
Definition at line 129 of file CorrelationWithOverlapRemovalTemplate.cc.
References copy().
|
overridevirtual |
print the condition
Reimplemented from GlobalCondition.
Definition at line 178 of file CorrelationWithOverlapRemovalTemplate.cc.
References CorrelationWithOverlapRemovalTemplate::CorrelationWithOverlapRemovalParameter::chargeCorrelation, CorrelationWithOverlapRemovalTemplate::CorrelationWithOverlapRemovalParameter::corrCutType, TauDecayModes::dec, m_cond0Category, m_cond0Index, m_cond1Category, m_cond1Index, m_cond2Category, m_cond2Index, m_correlationParameter, CorrelationWithOverlapRemovalTemplate::CorrelationWithOverlapRemovalParameter::maxDRCutValue, CorrelationWithOverlapRemovalTemplate::CorrelationWithOverlapRemovalParameter::maxEtaCutValue, CorrelationWithOverlapRemovalTemplate::CorrelationWithOverlapRemovalParameter::maxMassCutValue, CorrelationWithOverlapRemovalTemplate::CorrelationWithOverlapRemovalParameter::maxOverlapRemovalDRCutValue, CorrelationWithOverlapRemovalTemplate::CorrelationWithOverlapRemovalParameter::maxOverlapRemovalEtaCutValue, CorrelationWithOverlapRemovalTemplate::CorrelationWithOverlapRemovalParameter::maxOverlapRemovalPhiCutValue, CorrelationWithOverlapRemovalTemplate::CorrelationWithOverlapRemovalParameter::maxPhiCutValue, CorrelationWithOverlapRemovalTemplate::CorrelationWithOverlapRemovalParameter::minDRCutValue, CorrelationWithOverlapRemovalTemplate::CorrelationWithOverlapRemovalParameter::minEtaCutValue, CorrelationWithOverlapRemovalTemplate::CorrelationWithOverlapRemovalParameter::minMassCutValue, CorrelationWithOverlapRemovalTemplate::CorrelationWithOverlapRemovalParameter::minOverlapRemovalDRCutValue, CorrelationWithOverlapRemovalTemplate::CorrelationWithOverlapRemovalParameter::minOverlapRemovalEtaCutValue, CorrelationWithOverlapRemovalTemplate::CorrelationWithOverlapRemovalParameter::minOverlapRemovalPhiCutValue, CorrelationWithOverlapRemovalTemplate::CorrelationWithOverlapRemovalParameter::minPhiCutValue, CorrelationWithOverlapRemovalTemplate::CorrelationWithOverlapRemovalParameter::precDRCut, CorrelationWithOverlapRemovalTemplate::CorrelationWithOverlapRemovalParameter::precEtaCut, CorrelationWithOverlapRemovalTemplate::CorrelationWithOverlapRemovalParameter::precMassCut, CorrelationWithOverlapRemovalTemplate::CorrelationWithOverlapRemovalParameter::precOverlapRemovalDRCut, CorrelationWithOverlapRemovalTemplate::CorrelationWithOverlapRemovalParameter::precOverlapRemovalEtaCut, CorrelationWithOverlapRemovalTemplate::CorrelationWithOverlapRemovalParameter::precOverlapRemovalPhiCut, CorrelationWithOverlapRemovalTemplate::CorrelationWithOverlapRemovalParameter::precPhiCut, and GlobalCondition::print().
Referenced by correlationParameter(), operator<<(), l1t::TriggerMenuParser::parseCorrelationWithOverlapRemoval(), and l1t::CorrWithOverlapRemovalCondition::print().
void CorrelationWithOverlapRemovalTemplate::setCond0Category | ( | const l1t::GtConditionCategory & | condCateg | ) |
Definition at line 137 of file CorrelationWithOverlapRemovalTemplate.cc.
References m_cond0Category.
Referenced by cond2Category(), and l1t::TriggerMenuParser::parseCorrelationWithOverlapRemoval().
void CorrelationWithOverlapRemovalTemplate::setCond0Index | ( | const int & | condIndex | ) |
Definition at line 157 of file CorrelationWithOverlapRemovalTemplate.cc.
References m_cond0Index.
Referenced by cond2Index(), and l1t::TriggerMenuParser::parseCorrelationWithOverlapRemoval().
void CorrelationWithOverlapRemovalTemplate::setCond1Category | ( | const l1t::GtConditionCategory & | condCateg | ) |
Definition at line 143 of file CorrelationWithOverlapRemovalTemplate.cc.
References m_cond1Category.
Referenced by cond2Category(), and l1t::TriggerMenuParser::parseCorrelationWithOverlapRemoval().
void CorrelationWithOverlapRemovalTemplate::setCond1Index | ( | const int & | condIndex | ) |
Definition at line 161 of file CorrelationWithOverlapRemovalTemplate.cc.
References m_cond1Index.
Referenced by cond2Index(), and l1t::TriggerMenuParser::parseCorrelationWithOverlapRemoval().
void CorrelationWithOverlapRemovalTemplate::setCond2Category | ( | const l1t::GtConditionCategory & | condCateg | ) |
Definition at line 149 of file CorrelationWithOverlapRemovalTemplate.cc.
References m_cond2Category.
Referenced by cond2Category(), and l1t::TriggerMenuParser::parseCorrelationWithOverlapRemoval().
void CorrelationWithOverlapRemovalTemplate::setCond2Index | ( | const int & | condIndex | ) |
Definition at line 165 of file CorrelationWithOverlapRemovalTemplate.cc.
References m_cond2Index.
Referenced by cond2Index(), and l1t::TriggerMenuParser::parseCorrelationWithOverlapRemoval().
void CorrelationWithOverlapRemovalTemplate::setCorrelationWithOverlapRemovalParameter | ( | const CorrelationWithOverlapRemovalParameter & | corrParameter | ) |
Definition at line 171 of file CorrelationWithOverlapRemovalTemplate.cc.
References m_correlationParameter.
Referenced by correlationParameter(), and l1t::TriggerMenuParser::parseCorrelationWithOverlapRemoval().
|
friend |
output stream operator
Definition at line 246 of file CorrelationWithOverlapRemovalTemplate.cc.
Referenced by correlationParameter().
|
private |
Definition at line 173 of file CorrelationWithOverlapRemovalTemplate.h.
Referenced by cond0Category(), copy(), CorrelationWithOverlapRemovalTemplate(), print(), and setCond0Category().
|
private |
Definition at line 176 of file CorrelationWithOverlapRemovalTemplate.h.
Referenced by cond0Index(), copy(), CorrelationWithOverlapRemovalTemplate(), print(), and setCond0Index().
|
private |
Definition at line 174 of file CorrelationWithOverlapRemovalTemplate.h.
Referenced by cond1Category(), copy(), CorrelationWithOverlapRemovalTemplate(), print(), and setCond1Category().
|
private |
Definition at line 177 of file CorrelationWithOverlapRemovalTemplate.h.
Referenced by cond1Index(), copy(), CorrelationWithOverlapRemovalTemplate(), print(), and setCond1Index().
|
private |
Definition at line 175 of file CorrelationWithOverlapRemovalTemplate.h.
Referenced by cond2Category(), copy(), CorrelationWithOverlapRemovalTemplate(), print(), and setCond2Category().
|
private |
Definition at line 178 of file CorrelationWithOverlapRemovalTemplate.h.
Referenced by cond2Index(), copy(), CorrelationWithOverlapRemovalTemplate(), print(), and setCond2Index().
|
private |
Definition at line 179 of file CorrelationWithOverlapRemovalTemplate.h.
Referenced by copy(), correlationParameter(), print(), and setCorrelationWithOverlapRemovalParameter().