ATLAS Offline Software
Loading...
Searching...
No Matches
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}
char data[hepevt_bytes_allocation_ATLAS]
Definition HepEvt.cxx:11
display
Definition pyroot.py:42