ATLAS Offline Software
Trigger
TrigHypothesis
TrigHLTJetHypo
src
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
6
#include "
CombinationsJetStream.h
"
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
Generated on Thu Nov 7 2024 21:12:06 for ATLAS Offline Software by
1.8.18