ATLAS Offline Software
Loading...
Searching...
No Matches
MM_RawData.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::MM_RawData& data)
9{
10 sl << "MM_RawData ("<< &data <<") "
11 << ", Strip ID=" << data.identify();
12 return sl;
13}
14
15
16std::ostream& operator << ( std::ostream& sl, const Muon::MM_RawData& data)
17{
18 sl << "MM_RawData "
19 << ", Strip ID=" << data.identify();
20 return sl;
21}
char data[hepevt_bytes_allocation_ATLAS]
Definition HepEvt.cxx:11
MsgStream & operator<<(MsgStream &sl, const Muon::MM_RawData &data)
Overload of << operator for MsgStream for debug output.
Definition MM_RawData.cxx:8
Temporary class to hold the MM RDO.
Definition MM_RawData.h:20