ATLAS Offline Software
Namespaces | Typedefs | Functions
RpcCoinDataCollection.h File Reference
#include "MuonTrigCoinData/RpcCoinData.h"
#include "MuonTrigCoinData/MuonCoinDataCollection.h"
#include "AthenaKernel/CLASS_DEF.h"
Include dependency graph for RpcCoinDataCollection.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Muon
 This class provides conversion from CSC RDO data to CSC Digits.
 

Typedefs

typedef MuonCoinDataCollection< RpcCoinData > Muon::RpcCoinDataCollection
 

Functions

MsgStream & operator<< (MsgStream &sl, const Muon::RpcCoinDataCollection &coll)
 Overload of << operator for MsgStream for debug output. More...
 
std::ostream & operator<< (std::ostream &sl, const Muon::RpcCoinDataCollection &coll)
 Overload of << operator for std::ostream for debug output. More...
 

Function Documentation

◆ operator<<() [1/2]

MsgStream& operator<< ( MsgStream &  sl,
const Muon::RpcCoinDataCollection coll 
)

Overload of << operator for MsgStream for debug output.

Definition at line 8 of file RpcCoinDataCollection.cxx.

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 }

◆ operator<<() [2/2]

std::ostream& operator<< ( std::ostream &  sl,
const Muon::RpcCoinDataCollection coll 
)

Overload of << operator for std::ostream for debug output.

Definition at line 22 of file RpcCoinDataCollection.cxx.

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 }
DataModel_detail::const_iterator
Const iterator class for DataVector/DataList.
Definition: DVLIterator.h:82
skel.it
it
Definition: skel.GENtoEVGEN.py:423
Muon::MuonCoinDataCollection::identify
Identifier identify() const
Muon
This class provides conversion from CSC RDO data to CSC Digits.
Definition: TrackSystemController.h:49
DataVector::end
const_iterator end() const noexcept
Return a const_iterator pointing past the end of the collection.
DataVector::begin
const_iterator begin() const noexcept
Return a const_iterator pointing at the beginning of the collection.