ATLAS Offline Software
Classes | Namespaces | Functions
MM_RawData.h File Reference
#include <inttypes.h>
#include <vector>
#include <iosfwd>
#include "Identifier/Identifier.h"
Include dependency graph for MM_RawData.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Muon::MM_RawData
 Temporary class to hold the MM RDO. More...
 

Namespaces

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

Functions

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

Function Documentation

◆ operator<<() [1/2]

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

Overload of << operator for MsgStream for debug output.

Definition at line 8 of file MM_RawData.cxx.

9 {
10  sl << "MM_RawData ("<< &data <<") "
11  << ", Strip ID=" << data.identify();
12  return sl;
13 }

◆ operator<<() [2/2]

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

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

Definition at line 16 of file MM_RawData.cxx.

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