![]() |
The Gaudi Framework
v31r0 (aeb156f0)
|


Public Member Functions | |
| def | __init__ (self) |
| def | configure (self, appMgr) |
| def | formatInput (self, filenames, kwargs) |
| def | formatOutput (self, filename, kwargs) |
Public Member Functions inherited from GaudiPython.Persistency.PersistencyHelper | |
| def | __init__ (self, types) |
| def | handle (self, typ) |
Public Attributes | |
| configured | |
Public Attributes inherited from GaudiPython.Persistency.PersistencyHelper | |
| types | |
Implementation of PersistencyHelper based on Gaudi::RootCnvSvc.
Definition at line 103 of file Persistency.py.
| def GaudiPython.Persistency.RootPersistency.__init__ | ( | self | ) |
Constructor. Declare the type of supported persistencies to the base class.
Definition at line 108 of file Persistency.py.
| def GaudiPython.Persistency.RootPersistency.configure | ( | self, | |
| appMgr | |||
| ) |
Basic configuration.
Definition at line 118 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 129 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 155 of file Persistency.py.
| GaudiPython.Persistency.RootPersistency.configured |
Definition at line 116 of file Persistency.py.