ATLAS Offline Software
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
AthenaPoolTestC::m_a
int m_a
Definition:
AthenaPoolTestC.h:52
AthenaPoolTestC::m_c
int m_c
Definition:
AthenaPoolTestC.h:56
hist_file_dump.d
d
Definition:
hist_file_dump.py:137
AthenaPoolTestC::AthenaPoolTestC
AthenaPoolTestC()
Definition:
AthenaPoolTestC.cxx:33
IAthenaPoolTestData
Interface class for AthenaPoolTest i/o tests.
Definition:
IAthenaPoolTestData.h:38
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
AthenaPoolTestC::m_d
int m_d
Definition:
AthenaPoolTestC.h:57
AthenaPoolTestC::~AthenaPoolTestC
virtual ~AthenaPoolTestC(void)
Definition:
AthenaPoolTestC.cxx:51
a
TList * a
Definition:
liststreamerinfos.cxx:10
AthenaPoolTestC::printWhoYouAre
virtual std::string printWhoYouAre(void) const
Definition:
AthenaPoolTestC.cxx:56
IAthenaPoolTestData.h
Class definition for IAthenaPoolTestData.
AthenaPoolTestC::m_b
int m_b
Definition:
AthenaPoolTestC.h:53
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