![]() |
The Gaudi Framework
v29r0 (ff2e7097)
|
Public Member Functions | |
def | __init__ (self) |
def | configure (self, appMgr) |
def | formatInput (self, filenames, kwargs) |
def | formatOutput (self, filename, kwargs) |
![]() | |
def | __init__ (self, types) |
def | handle (self, typ) |
Public Attributes | |
configured | |
![]() | |
types | |
Implementation of PersistencyHelper based on Gaudi::RootCnvSvc.
Definition at line 105 of file Persistency.py.
def GaudiPython.Persistency.RootPersistency.__init__ | ( | self | ) |
Constructor. Declare the type of supported persistencies to the base class.
Definition at line 110 of file Persistency.py.
def GaudiPython.Persistency.RootPersistency.configure | ( | self, | |
appMgr | |||
) |
Basic configuration.
Definition at line 120 of file Persistency.py.
def GaudiPython.Persistency.RootPersistency.formatInput | ( | self, | |
filenames, | |||
kwargs | |||
) |
Translate a list of file names in a list of input descriptions. The optional parameters 'collection', 'sel' and 'fun' should be used to configure Event Tag Collection inputs. @param filenames: the list of files
Definition at line 131 of file Persistency.py.
def GaudiPython.Persistency.RootPersistency.formatOutput | ( | self, | |
filename, | |||
kwargs | |||
) |
Translate a filename in an output description. @param filenames: the list of files @param lun: Logical Unit for Event Tag Collection outputs (optional)
Definition at line 158 of file Persistency.py.
GaudiPython.Persistency.RootPersistency.configured |
Definition at line 118 of file Persistency.py.