ATLAS Offline Software
Loading...
Searching...
No Matches
AthenaPoolTestB.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
15/***************************************************************************
16 Athena Pool Test Data package
17 -----------------------------------------
18 ***************************************************************************/
19
20//<doc><file> $Id: AthenaPoolTestB.h,v 1.3 2005-01-07 20:33:29 cranshaw Exp $
21//<version> $Name: not supported by cvs2svn $
22
23#ifndef ATHENAPOOLTESTDATA_ATHENAPOOLTESTB_H
24# define ATHENAPOOLTESTDATA_ATHENAPOOLTESTB_H
25
26//<<<<<< INCLUDES >>>>>>
27
29#include <string>
30
31//<<<<<< PUBLIC DEFINES >>>>>>
32//<<<<<< PUBLIC CONSTANTS >>>>>>
33//<<<<<< PUBLIC TYPES >>>>>>
34//<<<<<< PUBLIC VARIABLES >>>>>>
35//<<<<<< PUBLIC FUNCTIONS >>>>>>
36//<<<<<< CLASS DECLARATIONS >>>>>>
37
39{
40public:
42 AthenaPoolTestB(int c, int d);
43
44 virtual ~AthenaPoolTestB (void);
45 virtual std::string printWhoYouAre (void) const;
46
47private:
48 float m_fa;
49 int m_c;
50 double m_da;
51 int m_d;
52};
53
54
55//<<<<<< INLINE PUBLIC FUNCTIONS >>>>>>
56//<<<<<< INLINE MEMBER FUNCTIONS >>>>>>
57
58#endif // ATHENAPOOLTESTDATA_ATHENAPOOLTESTB_H
Class definition for IAthenaPoolTestData.
virtual ~AthenaPoolTestB(void)
virtual std::string printWhoYouAre(void) const
Interface class for AthenaPoolTest i/o tests.