![]() |
The Gaudi Framework
v26r0
|


Public Member Functions | |
| def | __init__ |
| def | __data__ |
| def | __str__ |
Public Attributes | |
| filename | |
| opt | |
| svc | |
| sel | |
| collection | |
| fun | |
Definition at line 40 of file Persistency.py.
| def GaudiPython.Persistency.FileDescription.__init__ | ( | self, | |
| filename, | |||
| opt, | |||
| svc, | |||
sel = None, |
|||
collection = None, |
|||
fun = None |
|||
| ) |
Class to hold/manipulate the file description. @param filename: name of the file @param opt: option (READ/CREATE/RECREATE/WRITE) @param svc: conversion service (or selector) @param sel: selection expression @param collection: collection @param fun: selection class
Definition at line 41 of file Persistency.py.
| def GaudiPython.Persistency.FileDescription.__data__ | ( | self | ) |
Return a list of pairs describing the instance.
Definition at line 58 of file Persistency.py.
| def GaudiPython.Persistency.FileDescription.__str__ | ( | self | ) |
Return the string representation of the file description to be passed to the application.
Definition at line 68 of file Persistency.py.
| GaudiPython.Persistency.FileDescription.collection |
Definition at line 56 of file Persistency.py.
| GaudiPython.Persistency.FileDescription.filename |
Definition at line 52 of file Persistency.py.
| GaudiPython.Persistency.FileDescription.fun |
Definition at line 57 of file Persistency.py.
| GaudiPython.Persistency.FileDescription.opt |
Definition at line 53 of file Persistency.py.
| GaudiPython.Persistency.FileDescription.sel |
Definition at line 55 of file Persistency.py.
| GaudiPython.Persistency.FileDescription.svc |
Definition at line 54 of file Persistency.py.