ATLAS Offline Software
Loading...
Searching...
No Matches
SLdata.h File Reference
Include dependency graph for SLdata.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SLdata

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 47 of file SLdata.h.

48{
49 std::ostringstream display;
50 data.Print(display,false);
51 stream << display.str();
52 return stream;
53}
char data[hepevt_bytes_allocation_ATLAS]
Definition HepEvt.cxx:11
display
Definition pyroot.py:42