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