ATLAS Offline Software
Loading...
Searching...
No Matches
JetStreamer.cxx File Reference
#include "./JetStreamer.h"
Include dependency graph for JetStreamer.cxx:

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const JetStreamer &js)

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & os,
const JetStreamer & js )

Definition at line 9 of file JetStreamer.cxx.

9 {
10 os << "JetStreamer\n" << js.m_stream->dump() << '\n';
11 return os;
12}