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

Go to the source code of this file.

Classes

class  RPCsimuData
 

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 61 of file RPCsimuData.h.

62 {
63  std::ostringstream display;
64  data.PrintElement(display,data.name(),false);
65  stream << display.str();
66  return stream;
67 }
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