![]() |
The Gaudi Framework
master (1304469f)
|


Public Member Functions | |
| __init__ (self) | |
| configure (self, appMgr) | |
| formatInput (self, filenames, **kwargs) | |
| formatOutput (self, filename, **kwargs) | |
Public Member Functions inherited from GaudiPython.Persistency.PersistencyHelper | |
| __init__ (self, types) | |
| handle (self, typ) | |
Public Attributes | |
| bool | configured = False |
Public Attributes inherited from GaudiPython.Persistency.PersistencyHelper | |
| types = set(types) | |
Implementation of PersistencyHelper based on Gaudi::RootCnvSvc.
Definition at line 118 of file Persistency.py.
| GaudiPython.Persistency.RootPersistency.__init__ | ( | self | ) |
Constructor. Declare the type of supported persistencies to the base class.
Definition at line 123 of file Persistency.py.
| GaudiPython.Persistency.RootPersistency.configure | ( | self, | |
| appMgr ) |
Basic configuration.
Definition at line 134 of file Persistency.py.
| 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 145 of file Persistency.py.
| 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 170 of file Persistency.py.
| bool GaudiPython.Persistency.RootPersistency.configured = False |
Definition at line 132 of file Persistency.py.