ATLAS Offline Software
Loading...
Searching...
No Matches
SCT_RDO_Collection.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
6#include "GaudiKernel/MsgStream.h"
7
8MsgStream& operator << ( MsgStream& sl, const SCT_RDO_Collection& coll)
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}
20
21std::ostream& operator << ( std::ostream& sl, const SCT_RDO_Collection& coll)
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}
MsgStream & operator<<(MsgStream &sl, const SCT_RDO_Collection &coll)
Overload of << operator for MsgStream for debug output.
InDetRawDataCollection< SCT_RDORawData > SCT_RDO_Collection
DataModel_detail::const_iterator< DataVector > const_iterator
Definition DataVector.h:838
const_iterator end() const noexcept
const_iterator begin() const noexcept
virtual Identifier identify() const override final