ATLAS Offline Software
InnerDetector
InDetRawEvent
InDetRawData
src
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
5
#include "
InDetRawData/SCT_RDO_Collection.h
"
6
#include "GaudiKernel/MsgStream.h"
7
8
MsgStream&
operator <<
( MsgStream& sl,
const
SCT_RDO_Collection
& coll)
9
{
10
sl <<
"SCT_RDO_Collection: "
11
<<
"identify()="
<< coll.
identify
()
12
// << ", identifyHash()="<< coll.identifyHash()
13
<<
", RDO=["
;
14
SCT_RDO_Collection::const_iterator
it
= coll.
begin
();
15
SCT_RDO_Collection::const_iterator
itEnd = coll.
end
();
16
for
(;
it
!=itEnd;++
it
) sl<< (**
it
)<<
", "
;
17
sl <<
" ]"
<<std::endl;
18
return
sl;
19
}
20
21
std::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=["
;
27
SCT_RDO_Collection::const_iterator
it
= coll.
begin
();
28
SCT_RDO_Collection::const_iterator
itEnd = coll.
end
();
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:396
InDetRawDataCollection
Definition:
InDetRawDataCollection.h:31
SCT_RDO_Collection.h
DataVector::end
const_iterator end() const noexcept
Return a const_iterator pointing past the end of the collection.
operator<<
MsgStream & operator<<(MsgStream &sl, const SCT_RDO_Collection &coll)
Overload of << operator for MsgStream for debug output.
Definition:
SCT_RDO_Collection.cxx:8
DataVector::begin
const_iterator begin() const noexcept
Return a const_iterator pointing at the beginning of the collection.
Generated on Thu Nov 7 2024 21:25:34 for ATLAS Offline Software by
1.8.18