ATLAS Offline Software
Loading...
Searching...
No Matches
JetStreamer.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3*/
4
5
6#include "./JetStreamer.h"
7
8
9std::ostream& operator << (std::ostream& os, const JetStreamer& js){
10 os << "JetStreamer\n" << js.m_stream->dump() << '\n';
11 return os;
12}
13
std::ostream & operator<<(std::ostream &os, const JetStreamer &js)
JetStreamer(std::unique_ptr< IJetStream > &&stream)
Definition JetStreamer.h:33