#include <L1GtCaloTemplate.h>
Classes | |
struct | CorrelationParameter |
typedef for correlation parameters More... | |
struct | ObjectParameter |
typedef for a single object template More... | |
Public Member Functions | |
const CorrelationParameter * | correlationParameter () const |
L1GtCaloTemplate () | |
L1GtCaloTemplate (const std::string &) | |
L1GtCaloTemplate (const std::string &, const L1GtConditionType &) | |
L1GtCaloTemplate (const L1GtCaloTemplate &) | |
const std::vector< ObjectParameter > * | objectParameter () const |
L1GtCaloTemplate & | operator= (const L1GtCaloTemplate &) |
void | print (std::ostream &myCout) const override |
print the condition More... | |
void | setConditionParameter (const std::vector< ObjectParameter > &objParameter, const CorrelationParameter &corrParameter) |
set functions More... | |
~L1GtCaloTemplate () override | |
Public Member Functions inherited from L1GtCondition | |
const L1GtConditionCategory & | 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 L1GtConditionType & | condType () const |
get / set the type of the condition (1s, etc) More... | |
const bool | corr () const |
L1GtCondition () | |
L1GtCondition (const std::string &) | |
constructor from condition name More... | |
L1GtCondition (const std::string &, const L1GtConditionCategory &, const L1GtConditionType &) | |
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 L1GtConditionCategory &cCategory) |
void | setCondChipNr (const int &cChipNr) |
void | setCondGEq (const bool &cGEq) |
void | setCondName (const std::string &cName) |
void | setCondType (const L1GtConditionType &cType) |
void | setObjectType (const std::vector< L1GtObject > &objType) |
const bool | wsc () const |
virtual | ~L1GtCondition () |
destructor More... | |
Protected Member Functions | |
void | copy (const L1GtCaloTemplate &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 L1GtCondition | |
L1GtConditionCategory | 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... | |
L1GtConditionType | m_condType |
the type of the condition (1s, etc) More... | |
std::vector< L1GtObject > | m_objectType |
the trigger object type(s) More... | |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Friends | |
class | boost::serialization::access |
template<typename CondSerializationT , typename Enabled > | |
struct | cond::serialization::access |
std::ostream & | operator<< (std::ostream &, const L1GtCaloTemplate &) |
output stream operator More... | |
Description: L1 Global Trigger calo template.
Implementation: <TODO: enter implementation details>
$Date$ $Revision$
Definition at line 34 of file L1GtCaloTemplate.h.
L1GtCaloTemplate::L1GtCaloTemplate | ( | ) |
Definition at line 35 of file L1GtCaloTemplate.cc.
References CondCalo, and L1GtCondition::m_condCategory.
L1GtCaloTemplate::L1GtCaloTemplate | ( | const std::string & | cName | ) |
Definition at line 43 of file L1GtCaloTemplate.cc.
References CondCalo, and L1GtCondition::m_condCategory.
L1GtCaloTemplate::L1GtCaloTemplate | ( | const std::string & | cName, |
const L1GtConditionType & | cType | ||
) |
Definition at line 51 of file L1GtCaloTemplate.cc.
References m_objectParameter, L1GtCondition::m_objectType, and L1GtCondition::nrObjects().
L1GtCaloTemplate::L1GtCaloTemplate | ( | const L1GtCaloTemplate & | cp | ) |
Definition at line 66 of file L1GtCaloTemplate.cc.
References copy().
|
override |
Definition at line 73 of file L1GtCaloTemplate.cc.
|
protected |
copy function for copy constructor and operator=
Definition at line 134 of file L1GtCaloTemplate.cc.
References L1GtCondition::condCategory(), L1GtCondition::condChipNr(), L1GtCondition::condGEq(), L1GtCondition::condName(), L1GtCondition::condType(), correlationParameter(), L1GtCondition::m_condCategory, L1GtCondition::m_condChipNr, L1GtCondition::m_condGEq, L1GtCondition::m_condName, L1GtCondition::m_condType, m_correlationParameter, m_objectParameter, L1GtCondition::m_objectType, objectParameter(), and L1GtCondition::objectType().
Referenced by correlationParameter(), L1GtCaloTemplate(), and operator=().
|
inline |
Definition at line 88 of file L1GtCaloTemplate.h.
References copy(), SimDataFormats::CaloAnalysis::cp, m_correlationParameter, operator<<, print(), and setConditionParameter().
Referenced by copy(), L1GtCaloCondition::evaluateCondition(), and L1GtVhdlWriterCore::getCaloSetupContentFromTriggerMenu().
|
inline |
Definition at line 83 of file L1GtCaloTemplate.h.
References m_objectParameter.
Referenced by L1GtCaloCondition::checkObjectParameter(), copy(), L1GtVhdlWriterCore::getCaloSetupContentFromTriggerMenu(), L1GtVhdlWriterCore::getDefValsFromTriggerMenu(), L1TMenuHelper::getLUSOTrigger(), and L1GtVmeWriterCore::writeVME().
L1GtCaloTemplate & L1GtCaloTemplate::operator= | ( | const L1GtCaloTemplate & | cp | ) |
Definition at line 79 of file L1GtCaloTemplate.cc.
References copy().
|
overridevirtual |
print the condition
Reimplemented from L1GtCondition.
Definition at line 98 of file L1GtCaloTemplate.cc.
References TauDecayModes::dec, L1GtCaloTemplate::CorrelationParameter::deltaEtaRange, L1GtCaloTemplate::CorrelationParameter::deltaPhiMaxbits, L1GtCaloTemplate::CorrelationParameter::deltaPhiRange, mps_fire::i, m_correlationParameter, m_objectParameter, L1GtCondition::nrObjects(), L1GtCondition::print(), and L1GtCondition::wsc().
Referenced by correlationParameter(), operator<<(), L1GtTriggerMenuXmlParser::parseCalo(), and L1GtCaloCondition::print().
|
private |
void L1GtCaloTemplate::setConditionParameter | ( | const std::vector< ObjectParameter > & | objParameter, |
const CorrelationParameter & | corrParameter | ||
) |
set functions
Definition at line 88 of file L1GtCaloTemplate.cc.
References m_correlationParameter, and m_objectParameter.
Referenced by L1GtTriggerMenuConfigOnlineProd::addCaloCondition(), L1GtTriggerMenuConfigOnlineProd::addCorrelationCondition(), correlationParameter(), and L1GtTriggerMenuXmlParser::parseCalo().
|
friend |
Definition at line 118 of file L1GtCaloTemplate.h.
|
friend |
Definition at line 118 of file L1GtCaloTemplate.h.
|
friend |
output stream operator
Definition at line 150 of file L1GtCaloTemplate.cc.
Referenced by correlationParameter().
|
protected |
Definition at line 115 of file L1GtCaloTemplate.h.
Referenced by copy(), correlationParameter(), print(), and setConditionParameter().
|
protected |
variables containing the parameters
Definition at line 114 of file L1GtCaloTemplate.h.
Referenced by copy(), L1GtCaloTemplate(), objectParameter(), print(), and setConditionParameter().