ATLAS Offline Software
Loading...
Searching...
No Matches
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
30#include <string>
31
32//<<<<<< PUBLIC DEFINES >>>>>>
33//<<<<<< PUBLIC CONSTANTS >>>>>>
34//<<<<<< PUBLIC TYPES >>>>>>
35//<<<<<< PUBLIC VARIABLES >>>>>>
36//<<<<<< PUBLIC FUNCTIONS >>>>>>
37//<<<<<< CLASS DECLARATIONS >>>>>>
38
40{
41public:
43 AthenaPoolTestC(int a, int b, int c, int d);
44
45 virtual ~AthenaPoolTestC (void);
46 virtual std::string printWhoYouAre (void) const;
47
48protected:
49 int m_a;
50 int m_b;
51
52private:
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
Class definition for IAthenaPoolTestData.
static Double_t a
virtual ~AthenaPoolTestC(void)
virtual std::string printWhoYouAre(void) const
Interface class for AthenaPoolTest i/o tests.