ATLAS Offline Software
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 {
40 public:
42  AthenaPoolTestB(int c, int d);
43 
44  virtual ~AthenaPoolTestB (void);
45  virtual std::string printWhoYouAre (void) const;
46 
47 private:
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
hist_file_dump.d
d
Definition: hist_file_dump.py:137
AthenaPoolTestB
Simple class with int,int,float,double for testing pool i/o from Athena.
Definition: AthenaPoolTestB.h:39
AthenaPoolTestB::AthenaPoolTestB
AthenaPoolTestB()
Definition: AthenaPoolTestB.cxx:33
AthenaPoolTestB::printWhoYouAre
virtual std::string printWhoYouAre(void) const
Definition: AthenaPoolTestB.cxx:53
AthenaPoolTestB::m_fa
float m_fa
Definition: AthenaPoolTestB.h:51
AthenaPoolTestB::~AthenaPoolTestB
virtual ~AthenaPoolTestB(void)
Definition: AthenaPoolTestB.cxx:49
IAthenaPoolTestData
Interface class for AthenaPoolTest i/o tests.
Definition: IAthenaPoolTestData.h:38
AthenaPoolTestB::m_c
int m_c
Definition: AthenaPoolTestB.h:52
AthenaPoolTestB::m_d
int m_d
Definition: AthenaPoolTestB.h:54
AthenaPoolTestB::m_da
double m_da
Definition: AthenaPoolTestB.h:53
IAthenaPoolTestData.h
Class definition for IAthenaPoolTestData.
python.compressB64.c
def c
Definition: compressB64.py:93