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

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<() [1/2]

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

Overload of << operator for MsgStream for debug output.

Definition at line 8 of file SCT_RDO_Collection.cxx.

9 {
10  sl << "SCT_RDO_Collection: "
11  << "identify()="<< coll.identify()
12  // << ", identifyHash()="<< coll.identifyHash()
13  << ", RDO=[";
16  for (;it!=itEnd;++it) sl<< (**it)<<", ";
17  sl <<" ]"<<std::endl;
18  return sl;
19 }

◆ operator<<() [2/2]

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

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

Definition at line 21 of file SCT_RDO_Collection.cxx.

22 {
23  sl << "SCT_RDO_Collection: "
24  << "identify()="<< coll.identify()
25  // << ", identifyHash()="<< coll.identifyHash()
26  << ", RDO=[";
29  for (;it!=itEnd;++it) sl<< (**it)<<", ";
30  sl <<" ]"<<std::endl;
31  return sl;
32 }
DataModel_detail::const_iterator
Const iterator class for DataVector/DataList.
Definition: DVLIterator.h:82
InDetRawDataCollection::identify
virtual Identifier identify() const override final
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.