ATLAS Offline Software
Loading...
Searching...
No Matches
TgcL1RawData.h File Reference
#include <inttypes.h>
#include <ostream>
Include dependency graph for TgcL1RawData.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TgcL1RawData
 An unit object of TGC SROD output. More...

Functions

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

Function Documentation

◆ operator<<() [1/2]

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

Overload of << operator for MsgStream for debug output.

Definition at line 342 of file TgcL1RawData.cxx.

343{
344 return dump(sl, data);
345}
char data[hepevt_bytes_allocation_ATLAS]
Definition HepEvt.cxx:11
-event-from-file

◆ operator<<() [2/2]

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

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

Definition at line 347 of file TgcL1RawData.cxx.

348{
349 return dump(sl, data);
350}