#include <MuonTemplate.h>
Classes | |
struct | CorrelationParameter |
struct | ObjectParameter |
Public Member Functions | |
const CorrelationParameter * | correlationParameter () const |
MuonTemplate () | |
MuonTemplate (const std::string &) | |
MuonTemplate (const std::string &, const l1t::GtConditionType &) | |
MuonTemplate (const MuonTemplate &) | |
const std::vector < ObjectParameter > * | objectParameter () const |
MuonTemplate & | operator= (const MuonTemplate &) |
virtual void | print (std::ostream &myCout) const |
print the condition More... | |
void | setConditionParameter (const std::vector< ObjectParameter > &objParameter, const CorrelationParameter &corrParameter) |
set functions More... | |
virtual | ~MuonTemplate () |
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< 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< GlobalObject > &objType) |
const bool | wsc () const |
virtual | ~GlobalCondition () |
destructor More... | |
Private Member Functions | |
void | copy (const MuonTemplate &cp) |
copy function for copy constructor and operator= More... | |
Private Attributes | |
CorrelationParameter | m_correlationParameter |
std::vector< ObjectParameter > | m_objectParameter |
variables containing the parameters More... | |
Friends | |
std::ostream & | operator<< (std::ostream &, const MuonTemplate &) |
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< GlobalObject > | m_objectType |
the trigger object type(s) More... | |
Description: L1 Global Trigger muon template.
Implementation: <TODO: enter implementation details>
$Date$ $Revision$
Definition at line 32 of file MuonTemplate.h.
MuonTemplate::MuonTemplate | ( | ) |
Definition at line 33 of file MuonTemplate.cc.
References l1t::CondMuon, and GlobalCondition::m_condCategory.
MuonTemplate::MuonTemplate | ( | const std::string & | cName | ) |
Definition at line 41 of file MuonTemplate.cc.
References l1t::CondMuon, and GlobalCondition::m_condCategory.
MuonTemplate::MuonTemplate | ( | const std::string & | cName, |
const l1t::GtConditionType & | cType | ||
) |
Definition at line 49 of file MuonTemplate.cc.
References l1t::gtMu, m_objectParameter, GlobalCondition::m_objectType, and GlobalCondition::nrObjects().
MuonTemplate::MuonTemplate | ( | const MuonTemplate & | cp | ) |
Definition at line 65 of file MuonTemplate.cc.
References copy().
|
virtual |
Definition at line 72 of file MuonTemplate.cc.
|
private |
copy function for copy constructor and operator=
Definition at line 190 of file MuonTemplate.cc.
References GlobalCondition::condCategory(), GlobalCondition::condChipNr(), GlobalCondition::condGEq(), GlobalCondition::condName(), GlobalCondition::condRelativeBx(), GlobalCondition::condType(), correlationParameter(), GlobalCondition::m_condCategory, GlobalCondition::m_condChipNr, GlobalCondition::m_condGEq, GlobalCondition::m_condName, GlobalCondition::m_condRelativeBx, GlobalCondition::m_condType, m_correlationParameter, m_objectParameter, GlobalCondition::m_objectType, objectParameter(), and GlobalCondition::objectType().
Referenced by MuonTemplate(), and operator=().
|
inline |
Definition at line 116 of file MuonTemplate.h.
References m_correlationParameter.
Referenced by copy().
|
inline |
Definition at line 111 of file MuonTemplate.h.
References m_objectParameter.
Referenced by copy().
MuonTemplate & MuonTemplate::operator= | ( | const MuonTemplate & | cp | ) |
Definition at line 78 of file MuonTemplate.cc.
References copy().
|
virtual |
print the condition
Reimplemented from GlobalCondition.
Definition at line 97 of file MuonTemplate.cc.
References MuonTemplate::CorrelationParameter::chargeCorrelation, TauDecayModes::dec, MuonTemplate::CorrelationParameter::deltaEtaRange, MuonTemplate::CorrelationParameter::deltaPhiMaxbits, MuonTemplate::CorrelationParameter::deltaPhiRange0Word, MuonTemplate::CorrelationParameter::deltaPhiRange1Word, i, GlobalCondition::m_condType, m_correlationParameter, m_objectParameter, GlobalCondition::nrObjects(), GlobalCondition::print(), l1t::Type1s, and GlobalCondition::wsc().
Referenced by operator<<(), l1t::TriggerMenuParser::parseMuon(), and l1t::TriggerMenuParser::parseMuonCorr().
void MuonTemplate::setConditionParameter | ( | const std::vector< ObjectParameter > & | objParameter, |
const CorrelationParameter & | corrParameter | ||
) |
set functions
Definition at line 87 of file MuonTemplate.cc.
References m_correlationParameter, and m_objectParameter.
Referenced by l1t::TriggerMenuParser::parseMuon(), and l1t::TriggerMenuParser::parseMuonCorr().
|
friend |
output stream operator
Definition at line 207 of file MuonTemplate.cc.
|
private |
Definition at line 144 of file MuonTemplate.h.
Referenced by copy(), correlationParameter(), print(), and setConditionParameter().
|
private |
variables containing the parameters
Definition at line 143 of file MuonTemplate.h.
Referenced by copy(), MuonTemplate(), objectParameter(), print(), and setConditionParameter().