ATLAS Offline Software
Loading...
Searching...
No Matches
HGTD_ClusterCollection.cxx
Go to the documentation of this file.
1
9
11#include "GaudiKernel/MsgStream.h"
12
13MsgStream& operator<<(MsgStream& sl, const HGTD_ClusterCollection& coll) {
14 sl << "HGTD_ClusterCollection: "
15 << "identify()="
16 << coll.identify()
17 << ", PRD=[";
20 for (; it != itEnd; ++it)
21 sl << (**it) << ", ";
22 sl << " ]" << std::endl;
23 return sl;
24}
25
26std::ostream& operator<<(std::ostream& sl, const HGTD_ClusterCollection& coll) {
27 sl << "HGTD_ClusterCollection: "
28 << "identify()="
29 << coll.identify()
30 << ", PRD=[";
33 for (; it != itEnd; ++it)
34 sl << (**it) << ", ";
35 sl << " ]" << std::endl;
36 return sl;
37}
MsgStream & operator<<(MsgStream &sl, const HGTD_ClusterCollection &coll)
Overload of << operator for MsgStream for debug output.
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration.
Trk::PrepRawDataCollection< HGTD_Cluster > HGTD_ClusterCollection
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