#include "GenericTob.h"
#include <ostream>
#include <memory>
#include <vector>
#include "AthenaKernel/CLASS_DEF.h"
Go to the source code of this file.
|
| GlobalSim |
| AlgTool to obtain a selection of eFex RoIs read in from the event store.
|
|
◆ operator<<()
Definition at line 8 of file eEmSortSelectCountContainerPortsOut.cxx.
11 os <<
"\neEmSortSelectCountContainerPortsOut port_out data:\n" <<
12 "m_Ο_eEmGenTob ["<<
out.m_O_eEmGenTob.size() <<
"]\n";
16 for (
const auto& gt_ptr :
out.m_O_eEmGenTob) {
17 os <<
"tob " <<
ind ++ <<
'\n';
19 os << *gt_ptr <<
"\n";
25 os <<
"O_Multiplicity " << *(
out.m_O_Multiplicity) <<
'\n';