#include <Connector.h>
Definition at line 22 of file Connector.h.
◆ ConnectorType
| Enumerator |
|---|
| NONE | |
| INPUT | |
| SORT | |
| DECISION | |
| COUNT | |
Definition at line 25 of file Connector.h.
◆ Connector() [1/2]
| TCS::Connector::Connector |
( |
const std::string & | name, |
|
|
ConnectorType | conntype ) |
Definition at line 31 of file Connector.cxx.
32 :
35{}
const std::string & name() const
◆ Connector() [2/2]
| TCS::Connector::Connector |
( |
const std::string & | name, |
|
|
const std::vector< std::string > & | inputnames, |
|
|
const std::string & | algorithm, |
|
|
const std::vector< std::string > & | outputnames, |
|
|
ConnectorType | conntype ) |
Definition at line 17 of file Connector.cxx.
21 :
27{}
std::string m_algorithmName
std::vector< std::string > m_inputNames
const TCS::ConfigurableAlg * algorithm() const
std::vector< std::string > m_outputNames
◆ ~Connector()
| TCS::Connector::~Connector |
( |
| ) |
|
|
virtual |
◆ algorithm() [1/2]
Definition at line 87 of file Connector.h.
TCS::ConfigurableAlg * m_algorithm
the algorithm that belongs to this connector
◆ algorithm() [2/2]
◆ algorithmName()
| const std::string & TCS::Connector::algorithmName |
( |
| ) |
const |
|
inline |
◆ clearOutput()
| virtual StatusCode TCS::Connector::clearOutput |
( |
| ) |
|
|
pure virtual |
◆ executionStatusCode()
| StatusCode TCS::Connector::executionStatusCode |
( |
| ) |
const |
|
inline |
Definition at line 61 of file Connector.h.
StatusCode m_executionStatusCode
◆ hasAmbiguity()
| bool TCS::Connector::hasAmbiguity |
( |
| ) |
const |
|
inline |
◆ hasInputOverflow()
| bool TCS::Connector::hasInputOverflow |
( |
| ) |
const |
|
inline |
Definition at line 70 of file Connector.h.
bool m_hasInputOverflow
whether the input data came with an overflow bit
◆ inputConnectors() [1/2]
Definition at line 85 of file Connector.h.
std::vector< TCS::Connector * > m_inputConnectors
◆ inputConnectors() [2/2]
| const std::vector< TCS::Connector * > & TCS::Connector::inputConnectors |
( |
| ) |
const |
|
inline |
◆ inputNames()
| const std::vector< std::string > & TCS::Connector::inputNames |
( |
| ) |
const |
|
inline |
◆ isCountingConnector()
| bool TCS::Connector::isCountingConnector |
( |
| ) |
const |
|
inline |
◆ isDecisionConnector()
| bool TCS::Connector::isDecisionConnector |
( |
| ) |
const |
|
inline |
◆ isExecuted()
| bool TCS::Connector::isExecuted |
( |
| ) |
const |
|
inline |
◆ isInputConnector()
| bool TCS::Connector::isInputConnector |
( |
| ) |
const |
|
inline |
◆ isSortingConnector()
| bool TCS::Connector::isSortingConnector |
( |
| ) |
const |
|
inline |
◆ name()
| const std::string & TCS::Connector::name |
( |
| ) |
const |
|
inline |
◆ numberOutputBits()
| unsigned int TCS::Connector::numberOutputBits |
( |
| ) |
const |
Definition at line 68 of file Connector.cxx.
68 {
70 return (
static_cast<const DecisionAlg*
>(
algorithm()))->numberOutputBits();
71 } else {
72 return 0;
73 }
74}
bool isDecisionConnector() const
◆ outputNames()
| const std::vector< std::string > & TCS::Connector::outputNames |
( |
| ) |
const |
|
inline |
◆ reset()
Definition at line 48 of file Connector.cxx.
48 {
50
51
55
56
59
60
63
65}
virtual StatusCode clearOutput()=0
::StatusCode StatusCode
StatusCode definition for legacy code.
◆ setAlgorithm()
◆ setExecutionStatusCode()
| void TCS::Connector::setExecutionStatusCode |
( |
StatusCode | statusCode | ) |
|
|
inlineprotected |
◆ setIsExecuted()
| void TCS::Connector::setIsExecuted |
( |
bool | isExecuted | ) |
|
|
inlineprotected |
◆ toggleAmbiguity()
| void TCS::Connector::toggleAmbiguity |
( |
const bool | value | ) |
|
◆ toggleInputOverflow()
| void TCS::Connector::toggleInputOverflow |
( |
const bool | value | ) |
|
to be toggled after 'attachOutputData' is called.
This flag is reset with reset().
Definition at line 76 of file Connector.cxx.
◆ TopoSteering
◆ TopoSteeringStructure
◆ m_algorithm
the algorithm that belongs to this connector
Definition at line 102 of file Connector.h.
◆ m_algorithmName
| std::string TCS::Connector::m_algorithmName {""} |
|
protected |
◆ m_conntype
◆ m_executionStatusCode
◆ m_hasAmbiguity
| bool TCS::Connector::m_hasAmbiguity {false} |
|
protected |
◆ m_hasInputOverflow
| bool TCS::Connector::m_hasInputOverflow {false} |
|
protected |
whether the input data came with an overflow bit
Definition at line 111 of file Connector.h.
◆ m_inputConnectors
◆ m_inputNames
| std::vector<std::string> TCS::Connector::m_inputNames |
|
protected |
◆ m_isExecuted
| bool TCS::Connector::m_isExecuted {false} |
|
protected |
◆ m_name
| std::string TCS::Connector::m_name {""} |
|
protected |
◆ m_outputNames
| std::vector<std::string> TCS::Connector::m_outputNames |
|
protected |
The documentation for this class was generated from the following files: