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