ATLAS Offline Software
MuonSpectrometer
MuonReconstruction
MuonRecEvent
MuonPrepRawData
src
RpcPrepDataCollection.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
6
#include "
MuonPrepRawData/RpcPrepDataCollection.h
"
7
#include "GaudiKernel/MsgStream.h"
8
9
namespace
Muon
10
{
11
12
MsgStream&
operator <<
( MsgStream& sl,
const
RpcPrepDataCollection
& coll)
13
{
14
sl <<
"RpcPrepRawDataCollection: "
15
<<
"identify()="
<< coll.
identify
()
16
// << ", identifyHash()="<< coll.identifyHash()
17
<<
", RpcPrepData=["
;
18
RpcPrepDataCollection::const_iterator
it
= coll.
begin
();
19
RpcPrepDataCollection::const_iterator
itEnd = coll.
end
();
20
for
(;
it
!=itEnd;++
it
) sl<< (**
it
)<<
", "
;
21
sl <<
" ]"
<<std::endl;
22
return
sl;
23
}
24
25
std::ostream&
operator <<
( std::ostream& sl,
const
RpcPrepDataCollection
& coll)
26
{
27
sl <<
"RpcPrepRawDataCollection: "
28
<<
"identify()="
<< coll.
identify
()
29
// << ", identifyHash()="<< coll.identifyHash()
30
<<
", RpcPrepData=["
;
31
RpcPrepDataCollection::const_iterator
it
= coll.
begin
();
32
RpcPrepDataCollection::const_iterator
itEnd = coll.
end
();
33
for
(;
it
!=itEnd;++
it
) sl<< (**
it
)<<
", "
;
34
sl <<
" ]"
<<std::endl;
35
return
sl;
36
}
37
38
}
//end of ns
DataModel_detail::const_iterator
Const iterator class for DataVector/DataList.
Definition:
DVLIterator.h:82
skel.it
it
Definition:
skel.GENtoEVGEN.py:396
Muon
This class provides conversion from CSC RDO data to CSC Digits.
Definition:
TrackSystemController.h:45
RpcPrepDataCollection.h
Muon::MuonPrepDataCollection::identify
virtual Identifier identify() const override final
Muon::MuonPrepDataCollection
Template to hold collections of MuonPrepRawData objects.
Definition:
MuonPrepDataCollection.h:46
Muon::operator<<
std::ostream & operator<<(std::ostream &ostr, const Muon::HedgehogBoard &board)
Definition:
HedgehogBoard.cxx:11
DataVector::end
const_iterator end() const noexcept
Return a const_iterator pointing past the end of the collection.
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:04 for ATLAS Offline Software by
1.8.18