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

Go to the source code of this file.

Classes

class  bitPATTERN

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 57 of file bitPATTERN.h.

58{
59 std::ostringstream display;
60 data.Print(display,false);
61 stream << display.str();
62 return stream;
63}
char data[hepevt_bytes_allocation_ATLAS]
Definition HepEvt.cxx:11
display
Definition pyroot.py:42