Juggler
Juggling algorithms and event processing using gaudi framework
PodioInput Class Reference

#include <PodioInput.h>

Inheritance diagram for PodioInput:

Public Member Functions

 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...
 

Detailed Description

Class that allows to read ROOT files written with PodioOutput

Author
J. Lingemann

Constructor & Destructor Documentation

◆ PodioInput()

PodioInput::PodioInput ( const std::string &  name,
ISvcLocator *  svcLoc 
)

Constructor.

Member Function Documentation

◆ 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: