ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
InnerDetector
InDetRecEvent
InDetPrepRawData
src
PixelClusterCollection.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 "
InDetPrepRawData/PixelClusterCollection.h
"
6
#include "GaudiKernel/MsgStream.h"
7
8
namespace
InDet
9
{
10
11
MsgStream&
operator <<
( MsgStream& sl,
const
PixelClusterCollection
& coll)
12
{
13
sl <<
"PixelClusterCollection: "
14
<<
"identify()="
<< coll.
identify
()
15
// << ", identifyHash()="<< coll.identifyHash()
16
<<
", PRD=["
;
17
PixelClusterCollection::const_iterator it = coll.
begin
();
18
PixelClusterCollection::const_iterator itEnd = coll.
end
();
19
for
(;it!=itEnd;++it) sl<< (**it)<<
", "
;
20
sl <<
" ]"
<<std::endl;
21
return
sl;
22
}
23
24
std::ostream&
operator <<
( std::ostream& sl,
const
PixelClusterCollection
& coll)
25
{
26
sl <<
"PixelClusterCollection: "
27
<<
"identify()="
<< coll.
identify
()
28
// << ", identifyHash()="<< coll.identifyHash()
29
<<
", PRD=["
;
30
PixelClusterCollection::const_iterator it = coll.
begin
();
31
PixelClusterCollection::const_iterator itEnd = coll.
end
();
32
for
(;it!=itEnd;++it) sl<< (**it)<<
", "
;
33
sl <<
" ]"
<<std::endl;
34
return
sl;
35
}
36
37
}
//end of ns
PixelClusterCollection.h
DataVector< PrepRawDataT >::end
const_iterator end() const noexcept
DataVector< PrepRawDataT >::begin
const_iterator begin() const noexcept
InDet::PixelClusterCollection
Trk::PrepRawDataCollection< PixelCluster > PixelClusterCollection
Definition
PixelClusterCollection.h:26
Trk::PrepRawDataCollection::identify
virtual Identifier identify() const override final
Definition
PrepRawDataCollection.h:51
InDet
Primary Vertex Finder.
Definition
VP1ErrorUtils.h:36
InDet::operator<<
MsgStream & operator<<(MsgStream &, const GNNTrackFinderTritonTool &)
Generated on
for ATLAS Offline Software by
1.17.0