ATLAS Offline Software
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:137
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 Sun Dec 22 2024 21:07:12 for ATLAS Offline Software by
1.8.18