ATLAS Offline Software
|
This class provides the interface for AthenaSelectorTool classes used by AthenaEventSelector. More...
#include <IAthenaSelectorTool.h>
Public Member Functions | |
virtual StatusCode | initialize ()=0 |
Initialize AlgTool. More... | |
virtual StatusCode | postInitialize ()=0 |
Called at the end of initialize. More... | |
virtual StatusCode | preNext () const =0 |
Called at the beginning of next. More... | |
virtual StatusCode | postNext () const =0 |
Called at the end of next. More... | |
virtual StatusCode | preFinalize ()=0 |
Called at the beginning of finalize. More... | |
virtual StatusCode | finalize ()=0 |
Finalize AlgTool. More... | |
Static Public Member Functions | |
static const InterfaceID & | interfaceID () |
Gaudi boilerplate. More... | |
This class provides the interface for AthenaSelectorTool classes used by AthenaEventSelector.
Definition at line 20 of file IAthenaSelectorTool.h.
|
pure virtual |
Finalize AlgTool.
Implemented in StreamSelectorTool, AthPoolEx::QueryTag, xAODMaker::EventInfoSelectorTool, and EvenEventsSelectorTool.
|
pure virtual |
Initialize AlgTool.
Implemented in StreamSelectorTool, AthPoolEx::QueryTag, xAODMaker::EventInfoSelectorTool, and EvenEventsSelectorTool.
|
inlinestatic |
Gaudi boilerplate.
Definition at line 40 of file IAthenaSelectorTool.h.
|
pure virtual |
Called at the end of initialize.
Implemented in StreamSelectorTool, AthPoolEx::QueryTag, xAODMaker::EventInfoSelectorTool, and EvenEventsSelectorTool.
|
pure virtual |
Called at the end of next.
Implemented in StreamSelectorTool, AthPoolEx::QueryTag, xAODMaker::EventInfoSelectorTool, and EvenEventsSelectorTool.
|
pure virtual |
Called at the beginning of finalize.
Implemented in StreamSelectorTool, AthPoolEx::QueryTag, xAODMaker::EventInfoSelectorTool, and EvenEventsSelectorTool.
|
pure virtual |
Called at the beginning of next.
Implemented in StreamSelectorTool, AthPoolEx::QueryTag, xAODMaker::EventInfoSelectorTool, and EvenEventsSelectorTool.