ATLAS Offline Software
Loading...
Searching...
No Matches
PU1SuppPortsOut.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4#include "PU1SuppPortsOut.h"
5#include <iostream>
6
7std::ostream& operator<<(std::ostream& os, const GlobalSim::PU1SuppPortsOut& out) {
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}
15
std::ostream & operator<<(std::ostream &os, const GlobalSim::PU1SuppPortsOut &out)
Defines the output structure for PU1 suppression results.
Output data structure for PU1 suppression.