ATLAS Offline Software
Loading...
Searching...
No Matches
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
6
7#include "GaudiKernel/MsgStream.h"
8
9MsgStream& 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=[";
18 for (; it != itEnd; ++it) {
19 sl << (**it) << ", ";
20 }
21 sl << " ]" << std::endl;
22 return sl;
23}
24
25std::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=[";
35 for (; it != itEnd; ++it) {
36 sl << (**it) << ", ";
37 }
38 sl << " ]" << std::endl;
39 return sl;
40}
MsgStream & operator<<(MsgStream &sl, const Muon::RpcCoinDataCollection &coll)
Overload of << operator for MsgStream for debug output.
DataModel_detail::const_iterator< DataVector > const_iterator
Definition DataVector.h:838
const_iterator end() const noexcept
const_iterator begin() const noexcept
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
MuonCoinDataCollection< RpcCoinData > RpcCoinDataCollection