ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
AtlasTest
DatabaseTest
AthenaPoolTestData
AthenaPoolTestData
AthenaPoolTestC.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
16
/***************************************************************************
17
Athena Pool Test Data package
18
-----------------------------------------
19
***************************************************************************/
20
21
//<doc><file> $Id: AthenaPoolTestC.h,v 1.2 2005-01-07 20:33:29 cranshaw Exp $
22
//<version> $Name: not supported by cvs2svn $
23
24
#ifndef ATHENAPOOLTESTDATA_ATHENAPOOLTESTC_H
25
# define ATHENAPOOLTESTDATA_ATHENAPOOLTESTC_H
26
27
//<<<<<< INCLUDES >>>>>>
28
29
#include "
AthenaPoolTestData/IAthenaPoolTestData.h
"
30
#include <string>
31
32
//<<<<<< PUBLIC DEFINES >>>>>>
33
//<<<<<< PUBLIC CONSTANTS >>>>>>
34
//<<<<<< PUBLIC TYPES >>>>>>
35
//<<<<<< PUBLIC VARIABLES >>>>>>
36
//<<<<<< PUBLIC FUNCTIONS >>>>>>
37
//<<<<<< CLASS DECLARATIONS >>>>>>
38
39
class
AthenaPoolTestC
:
public
IAthenaPoolTestData
40
{
41
public
:
42
AthenaPoolTestC
();
43
AthenaPoolTestC
(
int
a
,
int
b,
int
c,
int
d);
44
45
virtual
~AthenaPoolTestC
(
void
);
46
virtual
std::string
printWhoYouAre
(
void
)
const
;
47
48
protected
:
49
int
m_a
;
50
int
m_b
;
51
52
private
:
53
int
m_c
;
54
int
m_d
;
55
56
};
57
58
//<<<<<< INLINE PUBLIC FUNCTIONS >>>>>>
59
//<<<<<< INLINE MEMBER FUNCTIONS >>>>>>
60
61
62
63
#endif
// ATHENAPOOLTESTDATA_ATHENAPOOLTESTC_H
IAthenaPoolTestData.h
Class definition for IAthenaPoolTestData.
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
IAthenaPoolTestData
Interface class for AthenaPoolTest i/o tests.
Definition
IAthenaPoolTestData.h:38
Generated on
for ATLAS Offline Software by
1.17.0