ATLAS Offline Software
Loading...
Searching...
No Matches
Trigger
TrigT1
Global
GlobalSimulation
src
PU1
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
7
std::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
operator<<
std::ostream & operator<<(std::ostream &os, const GlobalSim::PU1SuppPortsOut &out)
Definition
PU1SuppPortsOut.cxx:7
PU1SuppPortsOut.h
Defines the output structure for PU1 suppression results.
GlobalSim::PU1SuppPortsOut
Output data structure for PU1 suppression.
Definition
PU1SuppPortsOut.h:28
Generated on
for ATLAS Offline Software by
1.16.1