ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
MuonSpectrometer
MuonReconstruction
MuonRecEvent
MuonTrigCoinData
src
RpcCoinDataCollection.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 "
MuonTrigCoinData/RpcCoinDataCollection.h
"
6
7
#include "GaudiKernel/MsgStream.h"
8
9
MsgStream&
operator<<
(MsgStream& sl,
const
Muon::RpcCoinDataCollection
& coll) {
10
using namespace
Muon
;
11
sl <<
"RpcCoinDataCollection: "
;
12
sl <<
"identify()="
13
<< coll.
identify
()
14
// << ", identifyHash()="<< coll.identifyHash()
15
<<
", RpcCoinData=["
;
16
RpcCoinDataCollection::const_iterator
it = coll.
begin
();
17
RpcCoinDataCollection::const_iterator
itEnd = coll.
end
();
18
for
(; it != itEnd; ++it) {
19
sl << (**it) <<
", "
;
20
}
21
sl <<
" ]"
<< std::endl;
22
return
sl;
23
}
24
25
std::ostream&
operator<<
(std::ostream& sl,
26
const
Muon::RpcCoinDataCollection
& coll) {
27
using namespace
Muon
;
28
sl <<
"RpcCoinDataCollection: "
29
<<
"identify()="
30
<< coll.
identify
()
31
// << ", identifyHash()="<< coll.identifyHash()
32
<<
", RpcCoinData=["
;
33
RpcCoinDataCollection::const_iterator
it = coll.
begin
();
34
RpcCoinDataCollection::const_iterator
itEnd = coll.
end
();
35
for
(; it != itEnd; ++it) {
36
sl << (**it) <<
", "
;
37
}
38
sl <<
" ]"
<< std::endl;
39
return
sl;
40
}
operator<<
MsgStream & operator<<(MsgStream &sl, const Muon::RpcCoinDataCollection &coll)
Overload of << operator for MsgStream for debug output.
Definition
RpcCoinDataCollection.cxx:9
RpcCoinDataCollection.h
Muon::MuonCoinDataCollection< RpcCoinData >::const_iterator
DataModel_detail::const_iterator< DataVector > const_iterator
Definition
DataVector.h:838
DataVector< CoinDataT >::end
const_iterator end() const noexcept
DataVector< CoinDataT >::begin
const_iterator begin() const noexcept
Muon::MuonCoinDataCollection::identify
Identifier identify() const
Definition
MuonCoinDataCollection.h:13
Muon
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Definition
TrackSystemController.h:46
Muon::RpcCoinDataCollection
MuonCoinDataCollection< RpcCoinData > RpcCoinDataCollection
Definition
RpcCoinDataCollection.h:13
Generated on
for ATLAS Offline Software by
1.17.0