![]() |
The Gaudi Framework
v26r4
|


Public Member Functions | |
| def | __init__ (self, writer, wType, config) |
| def | getNewName |
| def | getItemLists (self, config) |
| def | set (self, key, output) |
| def | __repr__ (self) |
| def | __init__ (self, writer, wType, config) |
| def | getNewName |
| def | getItemLists (self, config) |
| def | set (self, key, output) |
| def | __repr__ (self) |
Public Attributes | |
| w | |
| wType | |
| key | |
| output | |
| ItemList | |
| OptItemList | |
| wName | |
| woutput | |
| datasvcName | |
| svcOutput | |
A class to represent a writer in the GaudiPython configuration It can be non-trivial to access the name of the output file; it may be specified in the DataSvc, or just on the writer, may be a list, or string Also, there are three different types of writer (events, records, tuples) so this bootstrap class provides easy access to this info while configuring
Definition at line 81 of file GMPBase.py.
| def GaudiMP.GMPBase.MiniWriter.__init__ | ( | self, | |
| writer, | |||
| wType, | |||
| config | |||
| ) |
Definition at line 89 of file GMPBase.py.
| def GaudiMP.GMPBase.MiniWriter.__init__ | ( | self, | |
| writer, | |||
| wType, | |||
| config | |||
| ) |
Definition at line 89 of file GMPBase.py.
| def GaudiMP.GMPBase.MiniWriter.__repr__ | ( | self | ) |
Definition at line 163 of file GMPBase.py.
| def GaudiMP.GMPBase.MiniWriter.__repr__ | ( | self | ) |
Definition at line 163 of file GMPBase.py.
| def GaudiMP.GMPBase.MiniWriter.getItemLists | ( | self, | |
| config | |||
| ) |
Definition at line 141 of file GMPBase.py.
| def GaudiMP.GMPBase.MiniWriter.getItemLists | ( | self, | |
| config | |||
| ) |
Definition at line 141 of file GMPBase.py.
| def GaudiMP.GMPBase.MiniWriter.getNewName | ( | self, | |
| replaceThis, | |||
| withThis, | |||
extra = '' |
|||
| ) |
Definition at line 120 of file GMPBase.py.
| def GaudiMP.GMPBase.MiniWriter.getNewName | ( | self, | |
| replaceThis, | |||
| withThis, | |||
extra = '' |
|||
| ) |
Definition at line 120 of file GMPBase.py.
| def GaudiMP.GMPBase.MiniWriter.set | ( | self, | |
| key, | |||
| output | |||
| ) |
Definition at line 158 of file GMPBase.py.
| def GaudiMP.GMPBase.MiniWriter.set | ( | self, | |
| key, | |||
| output | |||
| ) |
Definition at line 158 of file GMPBase.py.
| GaudiMP.GMPBase.MiniWriter.datasvcName |
Definition at line 103 of file GMPBase.py.
| GaudiMP.GMPBase.MiniWriter.ItemList |
Definition at line 97 of file GMPBase.py.
| GaudiMP.GMPBase.MiniWriter.key |
Definition at line 95 of file GMPBase.py.
| GaudiMP.GMPBase.MiniWriter.OptItemList |
Definition at line 98 of file GMPBase.py.
| GaudiMP.GMPBase.MiniWriter.output |
Definition at line 96 of file GMPBase.py.
| GaudiMP.GMPBase.MiniWriter.svcOutput |
Definition at line 104 of file GMPBase.py.
| GaudiMP.GMPBase.MiniWriter.w |
Definition at line 90 of file GMPBase.py.
| GaudiMP.GMPBase.MiniWriter.wName |
Definition at line 100 of file GMPBase.py.
| GaudiMP.GMPBase.MiniWriter.woutput |
Definition at line 102 of file GMPBase.py.
| GaudiMP.GMPBase.MiniWriter.wType |
Definition at line 91 of file GMPBase.py.