ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
InnerDetector
InDetRawEvent
InDetRawData
src
TRT_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/TRT_RDO_Collection.h
"
6
#include "GaudiKernel/MsgStream.h"
7
8
MsgStream&
operator <<
( MsgStream& sl,
const
TRT_RDO_Collection
& coll)
9
{
10
sl <<
"TRT_RDO_Collection: "
11
<<
"identify()="
<< coll.
identify
()
12
// << ", identifyHash()="<< coll.identifyHash()
13
<<
", RDO=["
;
14
TRT_RDO_Collection::const_iterator
it = coll.
begin
();
15
TRT_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
TRT_RDO_Collection
& coll)
22
{
23
sl <<
"TRT_RDO_Collection: "
24
<<
"identify()="
<< coll.
identify
()
25
// << ", identifyHash()="<< coll.identifyHash()
26
<<
", RDO=["
;
27
TRT_RDO_Collection::const_iterator
it = coll.
begin
();
28
TRT_RDO_Collection::const_iterator
itEnd = coll.
end
();
29
for
(;it!=itEnd;++it) sl<< (**it)<<
", "
;
30
sl <<
" ]"
<<std::endl;
31
return
sl;
32
}
operator<<
MsgStream & operator<<(MsgStream &sl, const TRT_RDO_Collection &coll)
Overload of << operator for MsgStream for debug output.
Definition
TRT_RDO_Collection.cxx:8
TRT_RDO_Collection.h
TRT_RDO_Collection
InDetRawDataCollection< TRT_RDORawData > TRT_RDO_Collection
Definition
TRT_RDO_Collection.h:23
InDetRawDataCollection< TRT_RDORawData >::const_iterator
DataModel_detail::const_iterator< DataVector > const_iterator
Definition
DataVector.h:838
DataVector< RawDataT >::end
const_iterator end() const noexcept
DataVector< RawDataT >::begin
const_iterator begin() const noexcept
InDetRawDataCollection::identify
virtual Identifier identify() const override final
Generated on
for ATLAS Offline Software by
1.17.0