#include <PodioInput.h>
|
| PodioInput (const std::string &name, ISvcLocator *svcLoc) |
| Constructor. More...
|
|
virtual StatusCode | initialize () |
| Initialization of PodioInput. Acquires the data service, opens root file and creates trees. More...
|
|
virtual StatusCode | execute () |
| Execute. Re-creates collections that are specified to be read and sets references. More...
|
|
virtual StatusCode | finalize () |
| Finalize. Closes ROOT file. More...
|
|
Class that allows to read ROOT files written with PodioOutput
- Author
- J. Lingemann
◆ PodioInput()
PodioInput::PodioInput |
( |
const std::string & |
name, |
|
|
ISvcLocator * |
svcLoc |
|
) |
| |
◆ execute()
StatusCode PodioInput::execute |
( |
| ) |
|
|
virtual |
Execute. Re-creates collections that are specified to be read and sets references.
◆ finalize()
StatusCode PodioInput::finalize |
( |
| ) |
|
|
virtual |
Finalize. Closes ROOT file.
◆ initialize()
StatusCode PodioInput::initialize |
( |
| ) |
|
|
virtual |
Initialization of PodioInput. Acquires the data service, opens root file and creates trees.
The documentation for this class was generated from the following files: