ATLAS Offline Software
Loading...
Searching...
No Matches
AthenaPoolTestD.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: AthenaPoolTestD.h,v 1.5 2005-09-02 15:53:01 gemmeren Exp $
21//<version> $Name: not supported by cvs2svn $
22
23#ifndef ATHENAPOOLTESTDATA_ATHENAPOOLTESTD_H
24# define ATHENAPOOLTESTDATA_ATHENAPOOLTESTD_H
25
26
28//#include "CLHEP/Geometry/Point3D.h"
29#include <string>
30
31
33{
34public:
36 AthenaPoolTestD(int a, int b, int c, int d, int e, int f);
37
38 virtual ~AthenaPoolTestD (void);
39 virtual std::string printWhoYouAre (void) const;
40
41private:
42 int m_e;
43 int m_f;
44};
45
46//<<<<<< INLINE PUBLIC FUNCTIONS >>>>>>
47//<<<<<< INLINE MEMBER FUNCTIONS >>>>>>
48
49
50
51#endif // ATHENAPOOLTESTDATA_ATHENAPOOLTESTD_H
Class definition for AthenaPoolTestC.
static Double_t a
virtual ~AthenaPoolTestD(void)
virtual std::string printWhoYouAre(void) const