ATLAS Offline Software
Loading...
Searching...
No Matches
JetStreamer.h File Reference
#include "./IJetStream.h"
#include "./SimpleJetStream.h"
#include "./CombinationsJetStream.h"
#include <sstream>
#include <ostream>
Include dependency graph for JetStreamer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  JetStreamer

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 29 of file JetStreamer.cxx.

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