ATLAS Offline Software
Loading...
Searching...
No Matches
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
6#include "GaudiKernel/MsgStream.h"
7
8namespace Muon
9{
10
11MsgStream& operator << ( MsgStream& sl, const TgcCoinDataCollection& coll)
12{
13 sl << "TgcTrigCoinDataCollection: "
14 << "identify()="<< coll.identify()
15 << ", identifyHash()="<< coll.identifyHash()
16 << ", TgcCoinData=[";
19 for (;it!=itEnd;++it) sl<< (**it)<<", ";
20 sl <<" ]"<<std::endl;
21 return sl;
22}
23
24std::ostream& operator << ( std::ostream& sl, const TgcCoinDataCollection& coll)
25{
26 sl << "TgcCoinDataCollection: "
27 << "identify()="<< coll.identify()
28 << ", identifyHash()="<< (unsigned int)(coll.identifyHash())
29 << ", TgcCoinData=[";
32 for (;it!=itEnd;++it) sl<< (**it)<<", ";
33 sl <<" ]"<<std::endl;
34 return sl;
35 }
36}//end of ns
DataModel_detail::const_iterator< DataVector > const_iterator
Definition DataVector.h:838
const_iterator end() const noexcept
const_iterator begin() const noexcept
IdentifierHash identifyHash() const
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
MuonCoinDataCollection< TgcCoinData > TgcCoinDataCollection
std::ostream & operator<<(std::ostream &ostr, const Muon::HedgehogBoard &board)