ATLAS Offline Software
Loading...
Searching...
No Matches
AtlasTest
DatabaseTest
AthenaPoolTestData
src
AthenaPoolTestC.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: AthenaPoolTestC.cxx,v 1.4 2005-01-10 15:50:19 cranshaw Exp $
15
//<version> $Name: not supported by cvs2svn $
16
17
//<<<<<< INCLUDES >>>>>>
18
19
#include "
AthenaPoolTestData/AthenaPoolTestC.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
AthenaPoolTestC::AthenaPoolTestC
()
34
:
35
m_a
(0),
36
m_b
(0),
37
m_c
(0),
38
m_d
(0)
39
{
40
}
41
42
AthenaPoolTestC::AthenaPoolTestC
(
int
a
,
int
b,
int
c,
int
d)
43
:
44
m_a
(
a
),
45
m_b
(b),
46
m_c
(c),
47
m_d
(d)
48
{
49
}
50
51
AthenaPoolTestC::~AthenaPoolTestC
(
void
)
52
{
53
}
54
55
std::string
56
AthenaPoolTestC::printWhoYouAre
(
void
)
const
57
{
58
std::stringstream stream;
59
stream <<
"AthenaPoolTestC::printWhoYouAre C - a, b, c, d "
60
<<
m_a
<<
" "
<<
m_b
<<
" "
61
<<
m_c
<<
" "
<<
m_d
;
62
return
(stream.str());
63
}
64
AthenaPoolTestC.h
Class definition for AthenaPoolTestC.
a
static Double_t a
Definition
LArPhysWaveHECTool.cxx:38
AthenaPoolTestC::AthenaPoolTestC
AthenaPoolTestC()
Definition
AthenaPoolTestC.cxx:33
AthenaPoolTestC::m_b
int m_b
Definition
AthenaPoolTestC.h:50
AthenaPoolTestC::~AthenaPoolTestC
virtual ~AthenaPoolTestC(void)
Definition
AthenaPoolTestC.cxx:51
AthenaPoolTestC::m_c
int m_c
Definition
AthenaPoolTestC.h:53
AthenaPoolTestC::m_d
int m_d
Definition
AthenaPoolTestC.h:54
AthenaPoolTestC::m_a
int m_a
Definition
AthenaPoolTestC.h:49
AthenaPoolTestC::printWhoYouAre
virtual std::string printWhoYouAre(void) const
Definition
AthenaPoolTestC.cxx:56
Generated on
for ATLAS Offline Software by
1.14.0