ATLAS Offline Software
Loading...
Searching...
No Matches
PU1SuppPortsOut.cxx File Reference
#include "PU1SuppPortsOut.h"
#include <iostream>
Include dependency graph for PU1SuppPortsOut.cxx:

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const GlobalSim::PU1SuppPortsOut &out)

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & os,
const GlobalSim::PU1SuppPortsOut & out )

Definition at line 7 of file PU1SuppPortsOut.cxx.

7 {
8 os << "PU1SuppPortsOut:\n";
9 os << "Multiplicity = " << out.m_outputMultiplicity << "\n";
10 for (std::size_t i = 0; i < out.m_outputTobs.size(); ++i) {
11 os << " TOB[" << i << "] = " << out.m_outputTobs[i] << "\n";
12 }
13 return os;
14}