#include <CaloTemplate.h>
Classes | |
struct | CorrelationParameter |
typedef for correlation parameters More... | |
struct | ObjectParameter |
typedef for a single object template More... | |
Public Member Functions | |
CaloTemplate () | |
CaloTemplate (const std::string &) | |
CaloTemplate (const std::string &, const l1t::GtConditionType &) | |
CaloTemplate (const CaloTemplate &) | |
const CorrelationParameter * | correlationParameter () const |
const std::vector < ObjectParameter > * | objectParameter () const |
CaloTemplate & | operator= (const CaloTemplate &) |
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 | ~CaloTemplate () |
Public Member Functions inherited from GtCondition | |
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 |
GtCondition () | |
GtCondition (const std::string &) | |
constructor from condition name More... | |
GtCondition (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< L1GtObject > & | 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< L1GtObject > &objType) |
const bool | wsc () const |
virtual | ~GtCondition () |
destructor More... | |
Protected Member Functions | |
void | copy (const CaloTemplate &cp) |
copy function for copy constructor and operator= More... | |
Protected Attributes | |
CorrelationParameter | m_correlationParameter |
std::vector< ObjectParameter > | m_objectParameter |
variables containing the parameters More... | |
Protected Attributes inherited from GtCondition | |
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< L1GtObject > | m_objectType |
the trigger object type(s) More... | |
Friends | |
std::ostream & | operator<< (std::ostream &, const CaloTemplate &) |
output stream operator More... | |
Description: L1 Global Trigger calo template.
Implementation: <TODO: enter implementation details>
$Date$ $Revision$
Definition at line 32 of file CaloTemplate.h.
CaloTemplate::CaloTemplate | ( | ) |
Definition at line 35 of file CaloTemplate.cc.
References l1t::CondCalo, and GtCondition::m_condCategory.
CaloTemplate::CaloTemplate | ( | const std::string & | cName | ) |
Definition at line 43 of file CaloTemplate.cc.
References l1t::CondCalo, and GtCondition::m_condCategory.
CaloTemplate::CaloTemplate | ( | const std::string & | cName, |
const l1t::GtConditionType & | cType | ||
) |
Definition at line 51 of file CaloTemplate.cc.
References m_objectParameter, GtCondition::m_objectType, and GtCondition::nrObjects().
CaloTemplate::CaloTemplate | ( | const CaloTemplate & | cp | ) |
Definition at line 66 of file CaloTemplate.cc.
References copy().
|
virtual |
Definition at line 73 of file CaloTemplate.cc.
|
protected |
copy function for copy constructor and operator=
Definition at line 134 of file CaloTemplate.cc.
References GtCondition::condCategory(), GtCondition::condChipNr(), GtCondition::condGEq(), GtCondition::condName(), GtCondition::condRelativeBx(), GtCondition::condType(), correlationParameter(), GtCondition::m_condCategory, GtCondition::m_condChipNr, GtCondition::m_condGEq, GtCondition::m_condName, GtCondition::m_condRelativeBx, GtCondition::m_condType, m_correlationParameter, m_objectParameter, GtCondition::m_objectType, objectParameter(), and GtCondition::objectType().
Referenced by CaloTemplate(), and operator=().
|
inline |
Definition at line 100 of file CaloTemplate.h.
References m_correlationParameter.
Referenced by copy().
|
inline |
Definition at line 95 of file CaloTemplate.h.
References m_objectParameter.
Referenced by copy().
CaloTemplate & CaloTemplate::operator= | ( | const CaloTemplate & | cp | ) |
Definition at line 79 of file CaloTemplate.cc.
References copy().
|
virtual |
print the condition
Reimplemented from GtCondition.
Definition at line 98 of file CaloTemplate.cc.
References CaloTemplate::CorrelationParameter::deltaEtaRange, CaloTemplate::CorrelationParameter::deltaPhiMaxbits, CaloTemplate::CorrelationParameter::deltaPhiRange, i, m_correlationParameter, m_objectParameter, GtCondition::nrObjects(), GtCondition::print(), and GtCondition::wsc().
Referenced by operator<<().
void CaloTemplate::setConditionParameter | ( | const std::vector< ObjectParameter > & | objParameter, |
const CorrelationParameter & | corrParameter | ||
) |
set functions
Definition at line 88 of file CaloTemplate.cc.
References m_correlationParameter, and m_objectParameter.
|
friend |
output stream operator
Definition at line 151 of file CaloTemplate.cc.
|
protected |
Definition at line 127 of file CaloTemplate.h.
Referenced by copy(), correlationParameter(), print(), and setConditionParameter().
|
protected |
variables containing the parameters
Definition at line 126 of file CaloTemplate.h.
Referenced by CaloTemplate(), copy(), objectParameter(), print(), and setConditionParameter().