![]() |
The Gaudi Framework
v26r3
|


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 82 of file GMPBase.py.
| def GaudiMP.GMPBase.MiniWriter.__init__ | ( | self, | |
| writer, | |||
| wType, | |||
| config | |||
| ) |
Definition at line 90 of file GMPBase.py.
| def GaudiMP.GMPBase.MiniWriter.__init__ | ( | self, | |
| writer, | |||
| wType, | |||
| config | |||
| ) |
Definition at line 90 of file GMPBase.py.
| def GaudiMP.GMPBase.MiniWriter.__repr__ | ( | self | ) |
Definition at line 164 of file GMPBase.py.
| def GaudiMP.GMPBase.MiniWriter.__repr__ | ( | self | ) |
Definition at line 164 of file GMPBase.py.
| def GaudiMP.GMPBase.MiniWriter.getItemLists | ( | self, | |
| config | |||
| ) |
Definition at line 142 of file GMPBase.py.
| def GaudiMP.GMPBase.MiniWriter.getItemLists | ( | self, | |
| config | |||
| ) |
Definition at line 142 of file GMPBase.py.
| def GaudiMP.GMPBase.MiniWriter.getNewName | ( | self, | |
| replaceThis, | |||
| withThis, | |||
extra = '' |
|||
| ) |
Definition at line 121 of file GMPBase.py.
| def GaudiMP.GMPBase.MiniWriter.getNewName | ( | self, | |
| replaceThis, | |||
| withThis, | |||
extra = '' |
|||
| ) |
Definition at line 121 of file GMPBase.py.
| def GaudiMP.GMPBase.MiniWriter.set | ( | self, | |
| key, | |||
| output | |||
| ) |
Definition at line 159 of file GMPBase.py.
| def GaudiMP.GMPBase.MiniWriter.set | ( | self, | |
| key, | |||
| output | |||
| ) |
Definition at line 159 of file GMPBase.py.
| GaudiMP.GMPBase.MiniWriter.datasvcName |
Definition at line 104 of file GMPBase.py.
| GaudiMP.GMPBase.MiniWriter.ItemList |
Definition at line 98 of file GMPBase.py.
| GaudiMP.GMPBase.MiniWriter.key |
Definition at line 96 of file GMPBase.py.
| GaudiMP.GMPBase.MiniWriter.OptItemList |
Definition at line 99 of file GMPBase.py.
| GaudiMP.GMPBase.MiniWriter.output |
Definition at line 97 of file GMPBase.py.
| GaudiMP.GMPBase.MiniWriter.svcOutput |
Definition at line 105 of file GMPBase.py.
| GaudiMP.GMPBase.MiniWriter.w |
Definition at line 91 of file GMPBase.py.
| GaudiMP.GMPBase.MiniWriter.wName |
Definition at line 101 of file GMPBase.py.
| GaudiMP.GMPBase.MiniWriter.woutput |
Definition at line 103 of file GMPBase.py.
| GaudiMP.GMPBase.MiniWriter.wType |
Definition at line 92 of file GMPBase.py.