#include "AlgoConstants.h"
#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 InvariantMassDeltaPhiInclusive2ContainerPortsIn.cxx.
12 os <<
"\nInvariantMassDeltaPhiInclusive2ContainerPortsIn data:\n" <<
13 "m_I_Tobs1 ["<< in_ports.m_I_Tobs1.size() <<
"]\n";
17 for (
const auto& gt_ptr : in_ports.m_I_Tobs1) {
18 os <<
"tob " <<
ind ++ <<
'\n';
20 os << *gt_ptr <<
"\n";
25 os <<
"\n m_I_Tobs2 [" << in_ports.m_I_Tobs2.size() <<
"]\n";
29 for (
const auto& gt_ptr : in_ports.m_I_Tobs2) {
30 os <<
"tob " <<
ind ++ <<
'\n';
32 os << *gt_ptr <<
"\n";