ATLAS Offline Software
HighGranularityTimingDetector
HGTD_Reconstruction
HGTD_RecEvent
HGTD_PrepRawData
src
HGTD_ClusterCollection.cxx
Go to the documentation of this file.
1
10
#include "
HGTD_PrepRawData/HGTD_ClusterCollection.h
"
11
#include "GaudiKernel/MsgStream.h"
12
13
MsgStream&
operator<<
(MsgStream& sl,
const
HGTD_ClusterCollection
& coll) {
14
sl <<
"HGTD_ClusterCollection: "
15
<<
"identify()="
16
<< coll.
identify
()
17
<<
", PRD=["
;
18
HGTD_ClusterCollection::const_iterator
it
= coll.
begin
();
19
HGTD_ClusterCollection::const_iterator
itEnd = coll.
end
();
20
for
(;
it
!= itEnd; ++
it
)
21
sl << (**
it
) <<
", "
;
22
sl <<
" ]"
<< std::endl;
23
return
sl;
24
}
25
26
std::ostream&
operator<<
(std::ostream& sl,
const
HGTD_ClusterCollection
& coll) {
27
sl <<
"HGTD_ClusterCollection: "
28
<<
"identify()="
29
<< coll.
identify
()
30
<<
", PRD=["
;
31
HGTD_ClusterCollection::const_iterator
it
= coll.
begin
();
32
HGTD_ClusterCollection::const_iterator
itEnd = coll.
end
();
33
for
(;
it
!= itEnd; ++
it
)
34
sl << (**
it
) <<
", "
;
35
sl <<
" ]"
<< std::endl;
36
return
sl;
37
}
DataModel_detail::const_iterator
Const iterator class for DataVector/DataList.
Definition:
DVLIterator.h:82
skel.it
it
Definition:
skel.GENtoEVGEN.py:396
Trk::PrepRawDataCollection
Definition:
PrepRawDataCollection.h:36
HGTD_ClusterCollection.h
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration.
operator<<
MsgStream & operator<<(MsgStream &sl, const HGTD_ClusterCollection &coll)
Overload of << operator for MsgStream for debug output.
Definition:
HGTD_ClusterCollection.cxx:13
DataVector::end
const_iterator end() const noexcept
Return a const_iterator pointing past the end of the collection.
Trk::PrepRawDataCollection::identify
virtual Identifier identify() const override final
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:16:09 for ATLAS Offline Software by
1.8.18