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

Go to the source code of this file.

Classes

class  PADdata

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 46 of file PADdata.h.

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