ATLAS Offline Software
Classes | Functions
SimpleJetStream.h File Reference
#include "IJetStream.h"
#include <vector>
#include <sstream>
#include <memory>
#include <string>
Include dependency graph for SimpleJetStream.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SimpleJetStream
 

Functions

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

Function Documentation

◆ operator<<() [1/2]

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

Definition at line 31 of file SimpleJetStream.cxx.

8  {
9 
10  os << "SimpleJetStream id " << js.m_id
11  << " m_valid " << std::boolalpha << js.m_valid
12  << " no of jets: " << js.m_jets.size()
13  << " m_ind " << js.m_ind;
14  return os;
15 }

◆ operator<<() [2/2]

std::stringstream& operator<< ( std::stringstream &  os,
const SimpleJetStream js 
)

Definition at line 33 of file SimpleJetStream.cxx.

18  {
19 
20  os << "SimpleJetStream id " << js.m_id
21  << " m_valid " << std::boolalpha << js.m_valid
22  << " no of jets: " << js.m_jets.size()
23  << " m_ind " << js.m_ind;
24  return os;
25 }
ReadFromCoolCompare.os
os
Definition: ReadFromCoolCompare.py:231
python.getProblemFolderFromLogs.js
dictionary js
Definition: getProblemFolderFromLogs.py:80