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

Go to the source code of this file.

Classes

struct  GlobalSim::InvariantMassDeltaPhiInclusive2ContainerPortsOut
 

Namespaces

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

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 8 of file InvariantMassDeltaPhiInclusive2ContainerPortsOut.cxx.

10  {
11  os << "\nInvariantMassDeltaPhiInclusive2ContainerPortsOut ports data:\n" <<
12  "m_Results ["<< ports.m_Results->size() << "]\n";
13 
14  os << (*ports.m_Results) << '\n';
15 
16  return os;
17 
18 }
ReadFromCoolCompare.os
os
Definition: ReadFromCoolCompare.py:231