Loading [MathJax]/jax/output/SVG/config.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Classes | Namespaces | Functions
eEmSortSelectCountContainerPortsOut.h File Reference
#include "GenericTob.h"
#include <ostream>
#include <memory>
#include <vector>
#include "AthenaKernel/CLASS_DEF.h"
Include dependency graph for eEmSortSelectCountContainerPortsOut.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  GlobalSim::eEmSortSelectCountContainerPortsOut
 

Namespaces

 GlobalSim
 AlgTool to obtain a selection of eFex RoIs read in from the event store.
 

Functions

std::ostream & operator<< (std::ostream &, const GlobalSim::eEmSortSelectCountContainerPortsOut &)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  ,
const GlobalSim::eEmSortSelectCountContainerPortsOut  
)

Definition at line 8 of file eEmSortSelectCountContainerPortsOut.cxx.

10  {
11  os << "\neEmSortSelectCountContainerPortsOut port_out data:\n" <<
12  "m_Ο_eEmGenTob ["<< out.m_O_eEmGenTob.size() << "]\n";
13 
14 
15  std::size_t ind{0};
16  for (const auto& gt_ptr : out.m_O_eEmGenTob) {
17  os << "tob " << ind ++ <<'\n';
18  if (gt_ptr) {
19  os << *gt_ptr << "\n";
20  }
21  }
22 
23 
24  os << '\n';
25  os << "O_Multiplicity " << *(out.m_O_Multiplicity) << '\n';
26 
27  return os;
28 
29 }
python.AthDsoLogger.out
out
Definition: AthDsoLogger.py:71
ReadFromCoolCompare.os
os
Definition: ReadFromCoolCompare.py:231
checkFileSG.ind
list ind
Definition: checkFileSG.py:118