ATLAS Offline Software
Loading...
Searching...
No Matches
TopoCoreSimResult.cxx File Reference
Include dependency graph for TopoCoreSimResult.cxx:

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &o, const TCS::TopoCoreSimResult &simRes)

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & o,
const TCS::TopoCoreSimResult & simRes )

Definition at line 141 of file TopoCoreSimResult.cxx.

142 {
143
144 o << simRes.globalOutput();
145
146 for( const DecisionConnector * conn : simRes.m_outputConnectors ) {
147 o << conn->name() << endl;
148 // for(const TrigConf::TriggerLine & trigger : conn->triggers()) {
149 // o << " " << trigger << endl;
150 // }
151 for(const TCS::TOBArray* output : conn->outputData())
152 o << " output " << output << endl;
153 }
154
155 return o;
156}
const GlobalOutput & globalOutput() const
std::set< TCS::DecisionConnector * > m_outputConnectors
output
Definition merge.py:16