ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
MuonSpectrometer
MuonReconstruction
MuonRecEvent
MuonPrepRawData
src
MdtPrepDataCollection.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/MdtPrepDataCollection.h
"
7
#include "GaudiKernel/MsgStream.h"
8
9
namespace
Muon
10
{
11
12
MsgStream&
operator <<
( MsgStream& sl,
const
MdtPrepDataCollection
& coll)
13
{
14
sl <<
"MdtPrepRawDataCollection: "
15
<<
"identify()="
<< coll.
identify
()
16
// << ", identifyHash()="<< coll.identifyHash()
17
<<
", MdtPrepData=["
;
18
MdtPrepDataCollection::const_iterator
it = coll.
begin
();
19
MdtPrepDataCollection::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
MdtPrepDataCollection
& coll)
26
{
27
sl <<
"MdtPrepRawDataCollection: "
28
<<
"identify()="
<< coll.
identify
()
29
// << ", identifyHash()="<< coll.identifyHash()
30
<<
", MdtPrepData=["
;
31
MdtPrepDataCollection::const_iterator
it = coll.
begin
();
32
MdtPrepDataCollection::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
MdtPrepDataCollection.h
Muon::MuonPrepDataCollection< MdtPrepData >::const_iterator
DataModel_detail::const_iterator< DataVector > const_iterator
Definition
DataVector.h:838
DataVector< PrepDataT >::end
const_iterator end() const noexcept
DataVector< PrepDataT >::begin
const_iterator begin() const noexcept
Muon::MuonPrepDataCollection::identify
virtual Identifier identify() const override final
Definition
MuonPrepDataCollection.h:39
Muon
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Definition
TrackSystemController.h:46
Muon::operator<<
std::ostream & operator<<(std::ostream &ostr, const Muon::HedgehogBoard &board)
Definition
HedgehogBoard.cxx:11
Muon::MdtPrepDataCollection
MuonPrepDataCollection< MdtPrepData > MdtPrepDataCollection
Definition
MuonPrepDataCollection.h:106
Generated on
for ATLAS Offline Software by
1.17.0