ATLAS Offline Software
CombinationsJetStream.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 
7 
8 std::ostream& operator << (std::ostream& os, const CombinationsJetStream& str){
9  os << "CombinationsJetStream m_combgen " << str.m_id << '\n'
10  << *str.m_combgen << '\n';
11  return os;
12 }
13 
14 std::stringstream& operator << (std::stringstream& os, const CombinationsJetStream& str){
15  os << "CombinationsJetStream id: " << str.m_id
16  << " m_combgen: " << *str.m_combgen
17  <<" data: ";
18  for (const auto& d : str.m_data){os << d << " ";}
19  os <<'\n';
20 
21  return os;
22 }
hist_file_dump.d
d
Definition: hist_file_dump.py:137
operator<<
std::ostream & operator<<(std::ostream &os, const CombinationsJetStream &str)
Definition: CombinationsJetStream.cxx:8
ReadFromCoolCompare.os
os
Definition: ReadFromCoolCompare.py:231
CombinationsJetStream.h
CombinationsJetStream
Definition: CombinationsJetStream.h:35
str
Definition: BTagTrackIpAccessor.cxx:11