Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
GitLab
LXR
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Trigger
TrigT1
Global
GlobalSimulation
src
GlobalAlgs
Hypothesis
UCL
DataCollector.cxx
Go to the documentation of this file.
1
#include "
DataCollector.h
"
2
3
std::ostream&
operator <<
(std::ostream&
os
,
4
const
GlobalSim::DataCollector
&
col
) {
5
6
os
<<
"DataCollector\nints:["
<<
col
.m_ints.size() <<
"]\n\n"
;
7
8
for
(
const
auto
&
p
:
col
.m_ints) {
9
os
<<
p
.first <<
":\n"
10
<<
p
.second <<
'\n'
;
11
}
12
13
os
<<
"\nsize_t containers:\n\n"
;
14
15
for
(
const
auto
&
p
:
col
.m_sz_ts) {
16
os
<<
p
.first <<
":\n"
17
<<
p
.second <<
'\n'
;
18
19
os
<<
'\n'
;
20
}
21
22
23
os
<<
"\neEmTob containers:\n\n"
;
24
25
for
(
const
auto
&
p
:
col
.m_eEmTobContainers) {
26
os
<<
p
.first <<
" ["
<<
p
.second.size() <<
"]\n"
;
27
os
<<
p
.second;
28
29
}
30
31
os
<<
"\n vector of eEmTob containers:\n\n"
;
32
33
for
(
const
auto
&
p
:
col
.m_vec_eEmTobContainers) {
34
os
<<
p
.first <<
" ["
<<
p
.second.size() <<
"]\n"
35
<<
p
.second <<
'\n'
;
36
37
}
38
39
40
os
<<
"\n vector of GenericTob containers:\n\n"
;
41
42
for
(
const
auto
&
p
:
col
.m_vec_GenericTobContainers) {
43
const
auto
& vecOfvec =
p
.second;
44
os
<<
'\n'
<<
p
.first <<
" ["
<< vecOfvec.size() <<
"]\n"
;
45
for
(
const
auto
&
vec
: vecOfvec) {
46
os
<<
"\n inner vec size ["
<<
vec
.size() <<
"]\n"
;
47
for
(
const
auto
&
e
:
vec
) {
48
os
<< *
e
<<
'\n'
;
49
}
50
}
51
}
52
53
return
os
;
54
}
AllowedVariables::e
e
Definition:
AsgElectronSelectorTool.cxx:37
vec
std::vector< size_t > vec
Definition:
CombinationsGeneratorTest.cxx:9
operator<<
std::ostream & operator<<(std::ostream &os, const GlobalSim::DataCollector &col)
Definition:
DataCollector.cxx:3
python.utils.AtlRunQueryDQUtils.p
p
Definition:
AtlRunQueryDQUtils.py:210
GlobalSim::DataCollector
Definition:
DataCollector.h:22
ReadFromCoolCompare.os
os
Definition:
ReadFromCoolCompare.py:231
query_example.col
col
Definition:
query_example.py:7
DataCollector.h
Generated on Mon Mar 17 2025 21:09:19 for ATLAS Offline Software by
1.8.18