![]() |
The Gaudi Framework
v26r0
|


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