ATLAS Offline Software
Classes | Typedefs | Functions
TgcL1Rdo.h File Reference
#include <inttypes.h>
#include "MuonRDO/TgcL1RawData.h"
#include "AthContainers/DataVector.h"
#include "AthenaKernel/CLASS_DEF.h"
#include "Identifier/IdentifierHash.h"
Include dependency graph for TgcL1Rdo.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TgcL1Rdo
 
struct  TgcL1Rdo::Errors
 
struct  TgcL1Rdo::SRodStatus
 
struct  TgcL1Rdo::LocalStatus
 
struct  TgcL1Rdo::m_errors
 
struct  TgcL1Rdo::m_srodStatus
 
struct  TgcL1Rdo::m_localStatus
 

Typedefs

typedef DataVector< TgcL1RdoTGC_L1RDO_vector
 

Functions

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

Typedef Documentation

◆ TGC_L1RDO_vector

Definition at line 265 of file TgcL1Rdo.h.

Function Documentation

◆ operator<<()

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

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

Definition at line 98 of file TgcL1Rdo.cxx.

99 {
100  dump(sl, coll) << std::endl;
101  return sl;
102 }
dump
stream & dump(stream &sl, const TgcL1Rdo &coll)
Definition: TgcL1Rdo.cxx:73