![]() |
ATLAS Offline Software
|
#include <TopoCoreSimResult.h>
Public Member Functions | |
| TopoCoreSimResult () | |
| ~TopoCoreSimResult () | |
| bool | triggerDecision (const std::string &triggerName) const |
| const TCS::TOBArray * | triggerOutput (const std::string &triggerName) const |
| const GlobalOutput & | globalOutput () const |
| const std::vector< const TCS::TOBArray * > & | output (const std::string &connName) const |
| StatusCode | setupFromMenu (const std::map< std::string, TCS::DecisionConnector * > &outputConnectorMap, const std::map< std::string, TCS::CountingConnector * > &countConnectorMap) |
| StatusCode | collectResult (TCS::DecisionConnector *outputConn=nullptr, TCS::CountingConnector *countConn=nullptr) |
| StatusCode | reset () |
| void | setMsgLevel (TrigConf::MSGTC::Level lvl) |
| bool | msgLvl (const MSGTC::Level lvl) const |
| Test the output level. | |
| MsgStreamTC & | msg () const |
| The standard message stream. | |
| MsgStreamTC & | msg (const MSGTC::Level lvl) const |
| The standard message stream. | |
| const std::string & | getName () const |
| name accessor | |
Private Attributes | |
| GlobalOutput | m_globalOutput |
| std::map< std::string, TCS::DecisionConnector * > | m_outputConnectorMap |
| std::map< std::string, TCS::DecisionConnector * > | m_triggerLocationDec |
| std::set< TCS::DecisionConnector * > | m_outputConnectors |
| std::map< std::string, TCS::CountingConnector * > | m_countConnectorMap |
| std::map< std::string, TCS::CountingConnector * > | m_triggerLocationCount |
| std::set< TCS::CountingConnector * > | m_countConnectors |
| boost::thread_specific_ptr< MsgStreamTC > | m_msg_tls |
| MsgStreamTC instance (a std::cout like with print-out levels). | |
| std::string | m_name |
Friends | |
| std::ostream & | operator<< (std::ostream &o, const TCS::TopoCoreSimResult &simRes) |
Definition at line 36 of file TopoCoreSimResult.h.
| TopoCoreSimResult::TopoCoreSimResult | ( | ) |
Definition at line 26 of file TopoCoreSimResult.cxx.
| TopoCoreSimResult::~TopoCoreSimResult | ( | ) |
Definition at line 30 of file TopoCoreSimResult.cxx.
| TCS::StatusCode TopoCoreSimResult::collectResult | ( | TCS::DecisionConnector * | outputConn = nullptr, |
| TCS::CountingConnector * | countConn = nullptr ) |
Definition at line 53 of file TopoCoreSimResult.cxx.
|
inlineinherited |
|
inline |
Definition at line 45 of file TopoCoreSimResult.h.
|
inlineinherited |
The standard message stream.
Returns a reference to the message stream May not be invoked before sysInitialize() has been invoked.
Definition at line 86 of file TrigConfMessaging.h.
|
inlineinherited |
The standard message stream.
Returns a reference to the default message stream May not be invoked before sysInitialize() has been invoked.
Definition at line 96 of file TrigConfMessaging.h.
|
inlineinherited |
Test the output level.
| lvl | The message level to test against |
| true | Messages at level "lvl" will be printed |
Definition at line 75 of file TrigConfMessaging.h.
| const std::vector< const TCS::TOBArray * > & TCS::TopoCoreSimResult::output | ( | const std::string & | connName | ) | const |
Definition at line 125 of file TopoCoreSimResult.cxx.
| TCS::StatusCode TopoCoreSimResult::reset | ( | ) |
Definition at line 73 of file TopoCoreSimResult.cxx.
| void TopoCoreSimResult::setMsgLevel | ( | TrigConf::MSGTC::Level | lvl | ) |
Definition at line 160 of file TopoCoreSimResult.cxx.
| TCS::StatusCode TopoCoreSimResult::setupFromMenu | ( | const std::map< std::string, TCS::DecisionConnector * > & | outputConnectorMap, |
| const std::map< std::string, TCS::CountingConnector * > & | countConnectorMap ) |
Definition at line 79 of file TopoCoreSimResult.cxx.
| bool TopoCoreSimResult::triggerDecision | ( | const std::string & | triggerName | ) | const |
Definition at line 35 of file TopoCoreSimResult.cxx.
| const TCS::TOBArray * TopoCoreSimResult::triggerOutput | ( | const std::string & | triggerName | ) | const |
Definition at line 43 of file TopoCoreSimResult.cxx.
|
friend |
Definition at line 141 of file TopoCoreSimResult.cxx.
|
private |
Definition at line 71 of file TopoCoreSimResult.h.
|
private |
Definition at line 76 of file TopoCoreSimResult.h.
|
private |
Definition at line 60 of file TopoCoreSimResult.h.
|
mutableprivateinherited |
MsgStreamTC instance (a std::cout like with print-out levels).
Definition at line 71 of file TrigConfMessaging.h.
|
privateinherited |
Definition at line 72 of file TrigConfMessaging.h.
|
private |
Definition at line 63 of file TopoCoreSimResult.h.
|
private |
Definition at line 68 of file TopoCoreSimResult.h.
|
private |
Definition at line 74 of file TopoCoreSimResult.h.
|
private |
Definition at line 66 of file TopoCoreSimResult.h.