ATLAS Offline Software
Namespaces | Functions
GenericTOBArray.cxx File Reference
#include "GenericTOBArray.h"
#include "L1TopoEvent/CompositeTOB.h"
#include <algorithm>
Include dependency graph for GenericTOBArray.cxx:

Go to the source code of this file.

Namespaces

 GlobalSim
 AlgTool to obtain a GlobalSim::cTAUTOBArray This class uses ReadHandls to jFex and eFex Tau Rois If these objects are needed by another algorithm, runtime duplication will occur.
 

Functions

std::ostream & operator<< (std::ostream &os, const GlobalSim::GenericTOBArray &gta)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const GlobalSim::GenericTOBArray gta 
)

Definition at line 36 of file GenericTOBArray.cxx.

37  {
38  os << "GenericTOB. name: " << gta.name() << ":\n";
39  gta.print(os);
40  os << '\n';
41  return os;
42 }
TCS::DataArray::name
const std::string & name() const
Definition: DataArray.h:20
GlobalSim::GenericTOBArray::print
virtual void print(std::ostream &os) const override
Definition: GenericTOBArray.cxx:28
ReadFromCoolCompare.os
os
Definition: ReadFromCoolCompare.py:231