ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
MuonSpectrometer
MuonReconstruction
MuonRecEvent
MuonTrigCoinData
src
TgcCoinDataCollection.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/TgcCoinDataCollection.h
"
6
7
#include "GaudiKernel/MsgStream.h"
8
9
using namespace
Muon
;
10
11
MsgStream&
operator<<
(MsgStream& sl,
const
TgcCoinDataCollection
& coll) {
12
sl <<
"TgcTrigCoinDataCollection: "
13
<<
"identify()="
<< coll.
identify
()
14
<<
", identifyHash()="
<< coll.
identifyHash
() <<
", TgcCoinData=["
;
15
TgcCoinDataCollection::const_iterator
it = coll.
begin
();
16
TgcCoinDataCollection::const_iterator
itEnd = coll.
end
();
17
for
(; it != itEnd; ++it) {
18
sl << (**it) <<
", "
;
19
}
20
sl <<
" ]"
<< std::endl;
21
return
sl;
22
}
23
24
std::ostream&
operator<<
(std::ostream& sl,
const
TgcCoinDataCollection
& coll) {
25
sl <<
"TgcCoinDataCollection: "
26
<<
"identify()="
<< coll.
identify
()
27
<<
", identifyHash()="
<< (
unsigned
int)(coll.
identifyHash
())
28
<<
", TgcCoinData=["
;
29
TgcCoinDataCollection::const_iterator
it = coll.
begin
();
30
TgcCoinDataCollection::const_iterator
itEnd = coll.
end
();
31
for
(; it != itEnd; ++it) {
32
sl << (**it) <<
", "
;
33
}
34
sl <<
" ]"
<< std::endl;
35
return
sl;
36
}
TgcCoinDataCollection.h
Muon::MuonCoinDataCollection< TgcCoinData >::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::identifyHash
IdentifierHash identifyHash() const
Definition
MuonCoinDataCollection.h:19
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::operator<<
std::ostream & operator<<(std::ostream &ostr, const Muon::HedgehogBoard &board)
Definition
HedgehogBoard.cxx:11
Muon::TgcCoinDataCollection
MuonCoinDataCollection< TgcCoinData > TgcCoinDataCollection
Definition
TgcCoinDataCollection.h:14
Generated on
for ATLAS Offline Software by
1.17.0