![]() |
ATLAS Offline Software
|
This class provides an example for reading in file meta data objects from Pool. More...
#include <ReadMeta.h>
Public Member Functions | |
| ReadMeta (const std::string &type, const std::string &name, const IInterface *parent) | |
| virtual | ~ReadMeta ()=default |
| virtual StatusCode | initialize () override final |
| Gaudi AlgTool Interface method implementations: More... | |
| virtual StatusCode | beginInputFile (const SG::SourceID &) override final |
| Function called when a new input file is opened. More... | |
| virtual StatusCode | endInputFile (const SG::SourceID &) override final |
| Function called when the currently open input file got completely processed. More... | |
| virtual StatusCode | metaDataStop () override final |
| Function writing the collected metadata to the output. More... | |
| virtual void | handle (const Incident &incident) override final |
| Incident service handle listening for BeginInputFile and EndInputFile. More... | |
Private Attributes | |
| ServiceHandle< StoreGateSvc > | m_pMetaDataStore |
| ServiceHandle< StoreGateSvc > | m_pInputStore |
This class provides an example for reading in file meta data objects from Pool.
Definition at line 25 of file ReadMeta.h.
| ReadMeta::ReadMeta | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent | ||
| ) |
Definition at line 23 of file ReadMeta.cxx.
|
virtualdefault |
|
finaloverridevirtual |
Function called when a new input file is opened.
Definition at line 54 of file ReadMeta.cxx.
|
inlinefinaloverridevirtual |
Function called when the currently open input file got completely processed.
Definition at line 39 of file ReadMeta.h.
|
finaloverridevirtual |
Incident service handle listening for BeginInputFile and EndInputFile.
Definition at line 44 of file ReadMeta.cxx.
|
finaloverridevirtual |
|
inlinefinaloverridevirtual |
Function writing the collected metadata to the output.
Definition at line 42 of file ReadMeta.h.
|
private |
Definition at line 49 of file ReadMeta.h.
|
private |
Definition at line 48 of file ReadMeta.h.
1.8.18