ATLAS Offline Software
Classes | Functions
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. More...
 
std::ostream & operator<< (std::ostream &sl, const TgcL1RawData &coll)
 Overload of << operator for std::ostream for debug output. More...
 

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 }

◆ 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 }
data
char data[hepevt_bytes_allocation_ATLAS]
Definition: HepEvt.cxx:11
dump
stream & dump(stream &sl, const TgcL1RawData &data)
Definition: TgcL1RawData.cxx:304