#include <TopoCoreSimResult.h>
Definition at line 36 of file TopoCoreSimResult.h.
◆ TopoCoreSimResult()
TopoCoreSimResult::TopoCoreSimResult |
( |
| ) |
|
◆ ~TopoCoreSimResult()
TopoCoreSimResult::~TopoCoreSimResult |
( |
| ) |
|
◆ collectResult()
Definition at line 53 of file TopoCoreSimResult.cxx.
55 if ( (outputConn ==
nullptr ) && (countConn ==
nullptr) ) {
57 }
else if ( !(outputConn ==
nullptr ) && (countConn ==
nullptr) ){
58 set<DecisionConnector*>
c = { outputConn };
60 }
else if ( (outputConn ==
nullptr ) && !(countConn ==
nullptr) ){
61 set<CountingConnector*>
c = { countConn };
64 set<DecisionConnector*>
c1 = { outputConn };
65 set<CountingConnector*>
c2 = { countConn };
◆ globalOutput()
◆ msg() [1/2]
MsgStreamTC & TrigConf::TrigConfMessaging::msg |
( |
| ) |
const |
|
inlineinherited |
The standard message stream.
Returns a reference to the message stream May not be invoked before sysInitialize() has been invoked.
Definition at line 81 of file TrigConfMessaging.h.
◆ msg() [2/2]
The standard message stream.
Returns a reference to the default message stream May not be invoked before sysInitialize() has been invoked.
Definition at line 91 of file TrigConfMessaging.h.
◆ msgLvl()
Test the output level.
- Parameters
-
lvl | The message level to test against |
- Returns
- boolean Indicting if messages at given level will be printed
- Return values
-
true | Messages at level "lvl" will be printed |
Definition at line 70 of file TrigConfMessaging.h.
◆ output()
◆ reset()
◆ setMsgLevel()
◆ setupFromMenu()
Definition at line 79 of file TopoCoreSimResult.cxx.
85 vector<TrigConf::TriggerLine> triggerLinesDec;
94 triggerLinesDec.push_back(trigger);
104 vector<TrigConf::TriggerLine> triggerLinesCount;
113 triggerLinesCount.push_back(trigger);
◆ triggerDecision()
bool TopoCoreSimResult::triggerDecision |
( |
const std::string & |
triggerName | ) |
const |
◆ triggerOutput()
◆ operator<<
◆ m_countConnectorMap
◆ m_countConnectors
◆ m_globalOutput
◆ m_msg_tls
boost::thread_specific_ptr<MsgStreamTC> TrigConf::TrigConfMessaging::m_msg_tls |
|
mutableprivateinherited |
MsgStreamTC instance (a std::cout like with print-out levels)
Definition at line 66 of file TrigConfMessaging.h.
◆ m_name
std::string TrigConf::TrigConfMessaging::m_name |
|
privateinherited |
◆ m_outputConnectorMap
◆ m_outputConnectors
◆ m_triggerLocationCount
◆ m_triggerLocationDec
The documentation for this class was generated from the following files: