![]() |
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) | |
Standard Service Constructor. More... | |
virtual | ~ReadMeta () |
Destructor. More... | |
virtual StatusCode | initialize () override |
Gaudi AlgTool Interface method implementations: More... | |
virtual StatusCode | beginInputFile (const SG::SourceID &) override |
Function called when a new input file is opened. More... | |
virtual StatusCode | endInputFile (const SG::SourceID &) override |
Function called when the currently open input file got completely processed. More... | |
virtual StatusCode | metaDataStop () override |
Function writing the collected metadata to the output. More... | |
virtual void | handle (const Incident &incident) override |
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 | ||
) |
|
virtual |
|
overridevirtual |
Function called when a new input file is opened.
Definition at line 57 of file ReadMeta.cxx.
|
inlineoverridevirtual |
Function called when the currently open input file got completely processed.
Definition at line 41 of file ReadMeta.h.
|
overridevirtual |
Incident service handle listening for BeginInputFile and EndInputFile.
Definition at line 47 of file ReadMeta.cxx.
|
overridevirtual |
|
inlineoverridevirtual |
Function writing the collected metadata to the output.
Definition at line 44 of file ReadMeta.h.
|
private |
Definition at line 51 of file ReadMeta.h.
|
private |
Definition at line 50 of file ReadMeta.h.