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#include "GaudiKernel/MsgStream.h"
7
8MsgStream& operator << ( MsgStream& sl, const Muon::RpcCoinDataCollection & coll)
9{
10 using namespace Muon;
11 sl << "RpcCoinDataCollection: ";
12 sl << "identify()="<< coll.identify()
13 // << ", identifyHash()="<< coll.identifyHash()
14 << ", RpcCoinData=[";
17 for (;it!=itEnd;++it) sl<< (**it)<<", ";
18 sl <<" ]"<<std::endl;
19 return sl;
20}
21
22std::ostream& operator << ( std::ostream& sl, const Muon::RpcCoinDataCollection& coll)
23{
24 using namespace Muon;
25 sl << "RpcCoinDataCollection: "
26 << "identify()="<< coll.identify()
27// << ", identifyHash()="<< coll.identifyHash()
28 << ", RpcCoinData=[";
31 for (;it!=itEnd;++it) sl<< (**it)<<", ";
32 sl <<" ]"<<std::endl;
33 return sl;
34}
35
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