ATLAS Offline Software
Classes | Typedefs | Functions
TgcRdo.h File Reference
#include <inttypes.h>
#include "MuonRDO/TgcRawData.h"
#include "AthContainers/DataVector.h"
#include "AthenaKernel/CLASS_DEF.h"
#include "Identifier/IdentifierHash.h"
Include dependency graph for TgcRdo.h:

Go to the source code of this file.

Classes

class  TgcRdo
 
struct  TgcRdo::Errors
 
struct  TgcRdo::RodStatus
 
struct  TgcRdo::LocalStatus
 
struct  TgcRdo::m_errors
 
struct  TgcRdo::m_rodStatus
 
struct  TgcRdo::m_localStatus
 

Typedefs

typedef DataVector< TgcRdoTGC_RDO_vector
 

Functions

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

Typedef Documentation

◆ TGC_RDO_vector

Definition at line 269 of file TgcRdo.h.

Function Documentation

◆ operator<<()

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

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

Definition at line 106 of file TgcRdo.cxx.

107 {
108  dump(sl, coll) << std::endl;
109  return sl;
110 }
dump
stream & dump(stream &sl, const TgcRdo &coll)
Definition: TgcRdo.cxx:81