ATLAS Offline Software
Loading...
Searching...
No Matches
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.
std::ostream & operator<< (std::ostream &sl, const TgcRawData &coll)
 Overload of << operator for std::ostream for debug output.

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}
char data[hepevt_bytes_allocation_ATLAS]
Definition HepEvt.cxx:11
-event-from-file

◆ 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}