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
AtlasTest
DatabaseTest
AthenaPoolTestData
src
AthenaPoolTestB.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
9
/***************************************************************************
10
Athena Pool Test Data package
11
-----------------------------------------
12
***************************************************************************/
13
14
//<doc><file> $Id: AthenaPoolTestB.cxx,v 1.5 2005-01-10 15:50:19 cranshaw Exp $
15
//<version> $Name: not supported by cvs2svn $
16
17
//<<<<<< INCLUDES >>>>>>
18
19
#include "
AthenaPoolTestData/AthenaPoolTestB.h
"
20
21
#include <sstream>
22
23
//<<<<<< PRIVATE DEFINES >>>>>>
24
//<<<<<< PRIVATE CONSTANTS >>>>>>
25
//<<<<<< PRIVATE TYPES >>>>>>
26
//<<<<<< PRIVATE VARIABLE DEFINITIONS >>>>>>
27
//<<<<<< PUBLIC VARIABLE DEFINITIONS >>>>>>
28
//<<<<<< CLASS STRUCTURE INITIALIZATION >>>>>>
29
//<<<<<< PRIVATE FUNCTION DEFINITIONS >>>>>>
30
//<<<<<< PUBLIC FUNCTION DEFINITIONS >>>>>>
31
//<<<<<< MEMBER FUNCTION DEFINITIONS >>>>>>
32
33
AthenaPoolTestB::AthenaPoolTestB
()
34
:
35
m_fa(7.0),
36
m_c(0),
37
m_da(13.0),
38
m_d(0)
39
{}
40
41
AthenaPoolTestB::AthenaPoolTestB
(
int
c
,
int
d
)
42
:
43
m_fa(7.0),
44
m_c(
c
),
45
m_da(13.0),
46
m_d(
d
)
47
{}
48
49
AthenaPoolTestB::~AthenaPoolTestB
(
void
)
50
{}
51
52
std::string
53
AthenaPoolTestB::printWhoYouAre
(
void
)
const
54
{
55
std::stringstream
stream
;
56
stream
<<
"AthenaPoolTestB::printWhoYouAre B - c, d "
57
<<
m_c
<<
" "
<<
m_d
<<
" fa, da "
<<
m_fa
<<
" "
<<
m_da
;
58
return
(
stream
.str());
59
}
hist_file_dump.d
d
Definition:
hist_file_dump.py:143
AthenaPoolTestB::AthenaPoolTestB
AthenaPoolTestB()
Definition:
AthenaPoolTestB.cxx:33
AthenaPoolTestB::printWhoYouAre
virtual std::string printWhoYouAre(void) const
Definition:
AthenaPoolTestB.cxx:53
AthenaPoolTestB.h
Class definition for AthenaPoolTestB.
AthenaPoolTestWrite.stream
string stream
Definition:
AthenaPoolTestWrite.py:12
AthenaPoolTestB::m_fa
float m_fa
Definition:
AthenaPoolTestB.h:51
AthenaPoolTestB::~AthenaPoolTestB
virtual ~AthenaPoolTestB(void)
Definition:
AthenaPoolTestB.cxx:49
AthenaPoolTestB::m_c
int m_c
Definition:
AthenaPoolTestB.h:52
AthenaPoolTestB::m_d
int m_d
Definition:
AthenaPoolTestB.h:54
AthenaPoolTestB::m_da
double m_da
Definition:
AthenaPoolTestB.h:53
python.compressB64.c
def c
Definition:
compressB64.py:93
Generated on Mon Mar 17 2025 21:07:27 for ATLAS Offline Software by
1.8.18