ATLAS Offline Software
Loading...
Searching...
No Matches
ShowData.h File Reference
#include <iostream>
#include <sstream>
Include dependency graph for ShowData.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ShowData< Type >

Functions

template<class Type>
std::ostream & operator<< (std::ostream &stream, const ShowData< Type > &data)

Function Documentation

◆ operator<<()

template<class Type>
std::ostream & operator<< ( std::ostream & stream,
const ShowData< Type > & data )

Definition at line 31 of file ShowData.h.

33{
34 std::ostringstream display;
35 data.m_object->PrintElement(display,data.m_element,data.m_detail);
36 stream << display.str();
37 return stream;
38}
char data[hepevt_bytes_allocation_ATLAS]
Definition HepEvt.cxx:11
display
Definition pyroot.py:42