This class provides the context to access an event from POOL persistent store.
More...
#include <EventContextAthenaPool.h>
This class provides the context to access an event from POOL persistent store.
Definition at line 21 of file EventContextAthenaPool.h.
◆ EventContextAthenaPool() [1/2]
| EventContextAthenaPool::EventContextAthenaPool |
( |
const IEvtSelector * | selector | ) |
|
|
inline |
Constructor.
Definition at line 40 of file EventContextAthenaPool.h.
40 :
41 IEvtSelector::Context(),
const IEvtSelector * m_evtSelector
◆ EventContextAthenaPool() [2/2]
◆ ~EventContextAthenaPool()
| EventContextAthenaPool::~EventContextAthenaPool |
( |
| ) |
|
|
inlinevirtual |
◆ identifier()
| void * EventContextAthenaPool::identifier |
( |
| ) |
const |
|
inlinevirtual |
◆ operator=()
Assignment operator.
Definition at line 48 of file EventContextAthenaPool.h.
48 {
49 if (&rhs != this) {
50 IEvtSelector::Context::operator=(rhs);
52 }
53 return(rhs);
54}
◆ m_evtSelector
| const IEvtSelector* EventContextAthenaPool::m_evtSelector |
|
private |
The documentation for this class was generated from the following file: