Loading [MathJax]/jax/output/SVG/config.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
Control
CoWTools
CoWTools
VecStream.h
Go to the documentation of this file.
1
// --*- c++ -*--
2
3
/*
4
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
#ifndef COWTOOLS_VECSTREAM_H
8
#define COWTOOLS_VECSTREAM_H
9
10
#include "
CoWTools/StreamBase.h
"
11
#include <string>
12
#include <vector>
13
14
namespace
CoWTools
{
15
class
CoWRecordStats;
16
class
VecStream
:
public
StreamBase
{
17
public
:
18
VecStream
(std::vector<long> &
out
):
m_out
(
out
){}
19
~VecStream
(){
20
};
21
virtual
void
putResults
(
const
CoWRecordStats
&);
22
private
:
23
std::vector<long> &
m_out
;
24
};
25
}
26
27
#endif
CoWTools::VecStream::putResults
virtual void putResults(const CoWRecordStats &)
Definition:
VecStream.cxx:8
CoWTools::VecStream
Definition:
VecStream.h:16
python.AthDsoLogger.out
out
Definition:
AthDsoLogger.py:71
CoWTools::VecStream::VecStream
VecStream(std::vector< long > &out)
Definition:
VecStream.h:18
CoWTools::StreamBase
Definition:
StreamBase.h:12
CoWTools::VecStream::m_out
std::vector< long > & m_out
Definition:
VecStream.h:23
CoWTools::VecStream::~VecStream
~VecStream()
Definition:
VecStream.h:19
StreamBase.h
CoWTools::CoWRecordStats
Definition:
CoWRecordStats.h:13
CoWTools
Definition:
CoWLibrary.h:15
Generated on Mon May 5 2025 21:22:38 for ATLAS Offline Software by
1.8.18