![]() |
ATLAS Offline Software
|
This class provides an example data object for AthenaPool. More...
#include <ExampleClass.h>
Public Member Functions | |
| ExampleClass ()=default | |
| Default Constructor. | |
| virtual | ~ExampleClass ()=default |
| Destructor. | |
| int | getRun () const |
| int | getEvent () const |
| const std::string & | getText () const |
| void | setRun (int run) |
| Set the run number. | |
| void | setEvent (int event) |
| Set the event number. | |
| void | setText (const std::string &text) |
| Set the text string. | |
Private Attributes | |
| int | m_run {0} |
| int | m_event {0} |
| std::string | m_text |
This class provides an example data object for AthenaPool.
Definition at line 19 of file ExampleClass.h.
|
default |
Default Constructor.
|
virtualdefault |
Destructor.
|
inline |
|
inline |
|
inline |
|
inline |
Set the event number.
| event | [IN] event number. |
Definition at line 43 of file ExampleClass.h.
|
inline |
|
inline |
|
private |
Definition at line 51 of file ExampleClass.h.
|
private |
Definition at line 50 of file ExampleClass.h.
|
private |
Definition at line 52 of file ExampleClass.h.