5#ifndef ATHENAPOOLEXAMPLEDATA_EXAMPLECLASS_H
6#define ATHENAPOOLEXAMPLEDATA_EXAMPLECLASS_H
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
This class provides an example data object for AthenaPool.
void setText(const std::string &text)
Set the text string.
void setRun(int run)
Set the run number.
ExampleClass()=default
Default Constructor.
void setEvent(int event)
Set the event number.
virtual ~ExampleClass()=default
Destructor.
const std::string & getText() const