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