ATLAS Offline Software
MuonSpectrometer
MuonRDO
src
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
5
#include "
MuonRDO/MM_RawData.h
"
6
#include "GaudiKernel/MsgStream.h"
7
8
MsgStream&
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
16
std::ostream&
operator <<
( std::ostream& sl,
const
Muon::MM_RawData
&
data
)
17
{
18
sl <<
"MM_RawData "
19
<<
", Strip ID="
<<
data
.identify();
20
return
sl;
21
}
data
char data[hepevt_bytes_allocation_ATLAS]
Definition:
HepEvt.cxx:11
Muon::MM_RawData
Temporary class to hold the MM RDO.
Definition:
MM_RawData.h:20
MM_RawData.h
operator<<
MsgStream & operator<<(MsgStream &sl, const Muon::MM_RawData &data)
Overload of << operator for MsgStream for debug output.
Definition:
MM_RawData.cxx:8
Generated on Sun Dec 22 2024 21:14:35 for ATLAS Offline Software by
1.8.18