ATLAS Offline Software
Classes | Functions
TgcRawData.h File Reference
#include <inttypes.h>
#include <ostream>
Include dependency graph for TgcRawData.h:

Go to the source code of this file.

Classes

class  TgcRawData
 An unit object of TGC ROD output. More...
 

Functions

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

Function Documentation

◆ operator<<() [1/2]

MsgStream& operator<< ( MsgStream &  sl,
const TgcRawData coll 
)

Overload of << operator for MsgStream for debug output.

Definition at line 501 of file TgcRawData.cxx.

502 {
503  return dump(sl, data);
504 }

◆ operator<<() [2/2]

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

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

Definition at line 506 of file TgcRawData.cxx.

507 {
508  return dump(sl, data);
509 }
data
char data[hepevt_bytes_allocation_ATLAS]
Definition: HepEvt.cxx:11
dump
stream & dump(stream &sl, const TgcRawData &data)
Definition: TgcRawData.cxx:417