ATLAS Offline Software
Functions
SpacePointCollection.cxx File Reference
#include "TrkSpacePoint/SpacePointCollection.h"
#include "GaudiKernel/MsgStream.h"
Include dependency graph for SpacePointCollection.cxx:

Go to the source code of this file.

Functions

MsgStream & operator<< (MsgStream &sl, const SpacePointCollection &coll)
 Overload of << operator for MsgStream for debug output. More...
 
std::ostream & operator<< (std::ostream &sl, const SpacePointCollection &coll)
 Overload of << operator for std::ostream for debug output. More...
 

Function Documentation

◆ operator<<() [1/2]

MsgStream& operator<< ( MsgStream &  sl,
const SpacePointCollection coll 
)

Overload of << operator for MsgStream for debug output.

Definition at line 56 of file SpacePointCollection.cxx.

56  {
57  sl << "SpacePointCollection: "
58  << "identify()="<< coll.identify()
59  << ", SP=[";
62  for (;it!=itEnd;++it) { sl<< (**it)<<", ";}
63  sl <<" ]"<<std::endl;
64  return sl;
65 }

◆ operator<<() [2/2]

std::ostream& operator<< ( std::ostream &  sl,
const SpacePointCollection coll 
)

Overload of << operator for std::ostream for debug output.

Definition at line 68 of file SpacePointCollection.cxx.

68  {
69  sl << "SpacePointCollection: "
70  << "identify()="<< coll.identify()
71  << ", SP=[";
74  for (;it!=itEnd;++it) { sl<< (**it)<<", ";}
75  sl <<" ]"<<std::endl;
76  return sl;
77 }
DataModel_detail::const_iterator
Const iterator class for DataVector/DataList.
Definition: DVLIterator.h:82
SpacePointCollection::identify
virtual Identifier identify() const override final
Definition: SpacePointCollection.cxx:36
skel.it
it
Definition: skel.GENtoEVGEN.py:423
DataVector::end
const_iterator end() const noexcept
Return a const_iterator pointing past the end of the collection.
DataVector::begin
const_iterator begin() const noexcept
Return a const_iterator pointing at the beginning of the collection.