![]() |
ATLAS Offline Software
|
Simple class with two int's for testing pool i/o from Athena. More...
#include <AthenaPoolTestA.h>
Public Member Functions | |
| AthenaPoolTestA () | |
| AthenaPoolTestA (int a, int b) | |
| virtual | ~AthenaPoolTestA (void) |
| virtual std::string | printWhoYouAre (void) const |
Private Attributes | |
| int | m_a |
| int | m_b |
| std::vector< int > | m_c |
| std::vector< float > | m_d |
Simple class with two int's for testing pool i/o from Athena.
Definition at line 39 of file AthenaPoolTestA.h.
| AthenaPoolTestA::AthenaPoolTestA | ( | ) |
Definition at line 33 of file AthenaPoolTestA.cxx.
| AthenaPoolTestA::AthenaPoolTestA | ( | int | a, |
| int | b ) |
Definition at line 40 of file AthenaPoolTestA.cxx.
|
virtual |
Definition at line 47 of file AthenaPoolTestA.cxx.
|
virtual |
Implements IAthenaPoolTestData.
Definition at line 52 of file AthenaPoolTestA.cxx.
|
private |
Definition at line 49 of file AthenaPoolTestA.h.
|
private |
Definition at line 50 of file AthenaPoolTestA.h.
|
private |
Definition at line 51 of file AthenaPoolTestA.h.
|
private |
Definition at line 52 of file AthenaPoolTestA.h.