![]() |
ATLAS Offline Software
|
#include <SortingConnector.h>
Public Types | |
| enum | ConnectorType { NONE =0 , INPUT , SORT , DECISION , COUNT } |
Protected Member Functions | |
| std::vector< TCS::Connector * > & | inputConnectors () |
| TCS::ConfigurableAlg * | algorithm () |
| void | setIsExecuted (bool isExecuted) |
| void | setExecutionStatusCode (StatusCode statusCode) |
Protected Attributes | |
| std::string | m_name {""} |
| std::string | m_algorithmName {""} |
| std::vector< std::string > | m_inputNames |
| std::vector< std::string > | m_outputNames |
| std::vector< TCS::Connector * > | m_inputConnectors |
| TCS::ConfigurableAlg * | m_algorithm { nullptr } |
| the algorithm that belongs to this connector | |
| bool | m_isExecuted {false} |
| StatusCode | m_executionStatusCode {StatusCode::SUCCESS} |
| bool | m_hasInputOverflow {false} |
| whether the input data came with an overflow bit | |
| bool | m_hasAmbiguity {false} |
Private Attributes | |
| SortingAlg * | m_sortingAlgorithm { nullptr } |
| TOBArray const * | m_outputData { nullptr } |
| ConnectorType | m_conntype { NONE } |
Definition at line 24 of file SortingConnector.h.
|
inherited |
| SortingConnector::SortingConnector | ( | const std::string & | input, |
| const std::string & | algorithm, | ||
| const std::string & | output ) |
Definition at line 14 of file SortingConnector.cxx.
|
virtual |
Definition at line 21 of file SortingConnector.cxx.
|
inlineprotectedinherited |
Definition at line 87 of file Connector.h.
|
inlineinherited |
Definition at line 50 of file Connector.h.
|
inlineinherited |
Definition at line 45 of file Connector.h.
Definition at line 52 of file SortingConnector.cxx.
|
virtual |
Implements TCS::Connector.
Definition at line 27 of file SortingConnector.cxx.
|
inlineinherited |
Definition at line 61 of file Connector.h.
|
inlineinherited |
Definition at line 73 of file Connector.h.
|
inlineinherited |
Definition at line 70 of file Connector.h.
| InputConnector * SortingConnector::inputConnector | ( | ) | const |
Definition at line 35 of file SortingConnector.cxx.
|
inlineprotectedinherited |
Definition at line 85 of file Connector.h.
|
inlineinherited |
Definition at line 49 of file Connector.h.
|
inline |
Definition at line 35 of file SortingConnector.h.
|
inlineinherited |
Definition at line 46 of file Connector.h.
|
inlineinherited |
Definition at line 42 of file Connector.h.
|
inlineinherited |
Definition at line 41 of file Connector.h.
|
inlineinherited |
Definition at line 59 of file Connector.h.
|
inlineinherited |
Definition at line 39 of file Connector.h.
|
inlineinherited |
Definition at line 40 of file Connector.h.
|
inlineinherited |
Definition at line 44 of file Connector.h.
|
inherited |
Definition at line 70 of file Connector.cxx.
Definition at line 41 of file SortingConnector.h.
|
inline |
Definition at line 37 of file SortingConnector.h.
|
inlineinherited |
Definition at line 47 of file Connector.h.
|
inherited |
Definition at line 48 of file Connector.cxx.
|
virtual |
Reimplemented from TCS::Connector.
Definition at line 41 of file SortingConnector.cxx.
|
inlineprotectedinherited |
Definition at line 83 of file Connector.h.
|
inlineprotectedinherited |
Definition at line 81 of file Connector.h.
|
inline |
Definition at line 45 of file SortingConnector.h.
|
inherited |
Definition at line 83 of file Connector.cxx.
|
inherited |
to be toggled after 'attachOutputData' is called.
This flag is reset with reset().
Definition at line 78 of file Connector.cxx.
|
protectedinherited |
the algorithm that belongs to this connector
Definition at line 102 of file Connector.h.
|
protectedinherited |
Definition at line 93 of file Connector.h.
|
privateinherited |
Definition at line 117 of file Connector.h.
|
protectedinherited |
Definition at line 107 of file Connector.h.
|
protectedinherited |
Definition at line 113 of file Connector.h.
|
protectedinherited |
whether the input data came with an overflow bit
Definition at line 111 of file Connector.h.
|
protectedinherited |
Definition at line 98 of file Connector.h.
|
protectedinherited |
Definition at line 94 of file Connector.h.
|
protectedinherited |
Definition at line 105 of file Connector.h.
|
protectedinherited |
Definition at line 92 of file Connector.h.
Definition at line 54 of file SortingConnector.h.
|
protectedinherited |
Definition at line 95 of file Connector.h.
|
private |
Definition at line 51 of file SortingConnector.h.