ATLAS Offline Software
AtlasTest
DatabaseTest
AthenaPoolTestData
src
AthenaPoolTestD.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: AthenaPoolTestD.cxx,v 1.3 2005-01-10 15:50:19 cranshaw Exp $
15
//<version> $Name: not supported by cvs2svn $
16
17
//<<<<<< INCLUDES >>>>>>
18
19
#include "
AthenaPoolTestData/AthenaPoolTestD.h
"
20
21
#include "CLHEP/Geometry/Point3D.h"
22
#include <string>
23
#include <sstream>
24
25
//<<<<<< PRIVATE DEFINES >>>>>>
26
//<<<<<< PRIVATE CONSTANTS >>>>>>
27
//<<<<<< PRIVATE TYPES >>>>>>
28
//<<<<<< PRIVATE VARIABLE DEFINITIONS >>>>>>
29
//<<<<<< PUBLIC VARIABLE DEFINITIONS >>>>>>
30
//<<<<<< CLASS STRUCTURE INITIALIZATION >>>>>>
31
//<<<<<< PRIVATE FUNCTION DEFINITIONS >>>>>>
32
//<<<<<< PUBLIC FUNCTION DEFINITIONS >>>>>>
33
//<<<<<< MEMBER FUNCTION DEFINITIONS >>>>>>
34
35
AthenaPoolTestD::AthenaPoolTestD
()
36
:
37
AthenaPoolTestC
(),
38
m_e(0),
39
m_f(0)
40
{
41
}
42
43
AthenaPoolTestD::AthenaPoolTestD
(
int
a
,
int
b
,
int
c
,
int
d
,
int
e
,
int
f
)
44
:
45
AthenaPoolTestC
(
a
,
b
,
c
,
d
),
46
m_e(
e
),
47
m_f(
f
)
48
{
49
}
50
51
AthenaPoolTestD::~AthenaPoolTestD
(
void
)
52
{
53
}
54
55
std::string
56
AthenaPoolTestD::printWhoYouAre
(
void
)
const
57
{
58
std::stringstream
stream
;
59
stream
<<
"AthenaPoolTestD::printWhoYouAre D - e, f "
60
<<
m_e
<<
" "
<<
m_f
;
61
std::string
result
(
stream
.str());
62
result
+=
" "
;
63
result
+=
AthenaPoolTestC::printWhoYouAre
();
64
return
(
result
);
65
}
66
AllowedVariables::e
e
Definition:
AsgElectronSelectorTool.cxx:37
get_generator_info.result
result
Definition:
get_generator_info.py:21
hist_file_dump.d
d
Definition:
hist_file_dump.py:137
AthenaPoolTestD::~AthenaPoolTestD
virtual ~AthenaPoolTestD(void)
Definition:
AthenaPoolTestD.cxx:51
AthenaPoolTestD::m_f
int m_f
Definition:
AthenaPoolTestD.h:46
AthenaPoolTestWrite.stream
string stream
Definition:
AthenaPoolTestWrite.py:12
AthenaPoolTestD.h
Class definition for AthenaPoolTestD.
AthenaPoolTestD::printWhoYouAre
virtual std::string printWhoYouAre(void) const
Definition:
AthenaPoolTestD.cxx:56
hist_file_dump.f
f
Definition:
hist_file_dump.py:135
AthenaPoolTestC
Simple class with four int's divided among protected/private for testing pool i/o from Athena.
Definition:
AthenaPoolTestC.h:40
plotBeamSpotMon.b
b
Definition:
plotBeamSpotMon.py:77
a
TList * a
Definition:
liststreamerinfos.cxx:10
AthenaPoolTestC::printWhoYouAre
virtual std::string printWhoYouAre(void) const
Definition:
AthenaPoolTestC.cxx:56
AthenaPoolTestD::AthenaPoolTestD
AthenaPoolTestD()
Definition:
AthenaPoolTestD.cxx:35
AthenaPoolTestD::m_e
int m_e
Definition:
AthenaPoolTestD.h:45
python.compressB64.c
def c
Definition:
compressB64.py:93
Generated on Thu Nov 7 2024 21:10:23 for ATLAS Offline Software by
1.8.18