ATLAS Offline Software
Classes | Namespaces | Functions
TopoCoreSimResult.h File Reference
#include "TrigConfBase/TrigConfMessaging.h"
#include "TrigConfData/L1Menu.h"
#include <iostream>
#include "L1TopoCommon/StatusCode.h"
#include "L1TopoCoreSim/GlobalOutput.h"
#include <vector>
#include <map>
#include <set>
Include dependency graph for TopoCoreSimResult.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TCS::TopoCoreSimResult
 

Namespaces

 TCS
 
 TXC
 

Functions

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

Function Documentation

◆ operator<<()

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

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 }
checkCorrelInHIST.conn
conn
Definition: checkCorrelInHIST.py:25
TCS::TOBArray
Definition: TOBArray.h:24
merge.output
output
Definition: merge.py:17
TCS::DecisionConnector
Definition: DecisionConnector.h:23