ATLAS Offline Software
Classes | Functions
RPCdigit.h File Reference
#include <list>
#include "TrigT1RPClogic/RPCtrigDataObject.h"
#include "MuonCablingTools/RPCdecoder.h"
#include "TrigT1RPClogic/MuonSimuTrack.h"
Include dependency graph for RPCdigit.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RPCdigit
 

Functions

template<class X >
X & operator<< (X &stream, const RPCdigit &data)
 

Function Documentation

◆ operator<<()

template<class X >
X& operator<< ( X &  stream,
const RPCdigit data 
)

Definition at line 106 of file RPCdigit.h.

107 {
108  std::ostringstream display;
109  data.Print(display,false);
110  stream << display.str();
111  return stream;
112 }
data
char data[hepevt_bytes_allocation_ATLAS]
Definition: HepEvt.cxx:11
AthenaPoolTestWrite.stream
string stream
Definition: AthenaPoolTestWrite.py:12
pyroot.display
display
Definition: pyroot.py:44