ATLAS Offline Software
eTauSortSelectCountPortsOut.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 using namespace GlobalSim;
7 
8 std::ostream&
9 operator<< (std::ostream& os,
11  os << "\neTauSortSelectCountPortsOut port_out data:\n" <<
12  "m_Ο_eTauGenTob ["<< out.m_O_eTauGenTob.size() << "]\n";
13 
14 
15  std::size_t ind{0};
16  for (const auto& gt_ptr : out.m_O_eTauGenTob) {
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 }
30 
31 
32 
python.AthDsoLogger.out
out
Definition: AthDsoLogger.py:70
GlobalSim::eTauSortSelectCountPortsOut
Definition: eTauSortSelectCountPortsOut.h:19
GlobalSim::operator<<
std::ostream & operator<<(std::ostream &os, const TestCounts &tc)
Definition: eEmSortSelectCountContainerComparator.cxx:47
GlobalSim
AlgTool to obtain a selection of eFex RoIs read in from the event store.
Definition: dump.h:8
eTauSortSelectCountPortsOut.h
ReadFromCoolCompare.os
os
Definition: ReadFromCoolCompare.py:231