![]() |
The Gaudi Framework
v26r3
|


Public Member Functions | |
| def | __init__ (self, name, ints) |
| def | book (self, args) |
| def | defineOutput |
| def | __getitem__ (self, path) |
| def | __init__ (self, name, ints) |
| def | book (self, args) |
| def | defineOutput |
| def | __getitem__ (self, path) |
Public Member Functions inherited from GaudiPython.Bindings.iDataSvc | |
| def | __init__ (self, name, idp) |
| def | registerObject (self, path, obj) |
| def | unregisterObject (self, path) |
| def | retrieveObject (self, path) |
| def | findObject (self, path) |
| get object from TES More... | |
| def | getObject (self, path, args) |
| get or retrieve object, possible switch-off 'on-demand' actions More... | |
| def | __getitem__ (self, path) |
| def | __setitem__ (self, path, obj) |
| def | __delitem__ (self, path) |
| def | leaves |
| def | dump |
| def | getList |
| def | getHistoNames |
| def | setRoot (self, name, obj) |
| def | clearStore (self) |
| def | __init__ (self, name, idp) |
| def | registerObject (self, path, obj) |
| def | unregisterObject (self, path) |
| def | retrieveObject (self, path) |
| def | findObject (self, path) |
| get object from TES More... | |
| def | getObject (self, path, args) |
| get or retrieve object, possible switch-off 'on-demand' actions More... | |
| def | __getitem__ (self, path) |
| def | __setitem__ (self, path, obj) |
| def | __delitem__ (self, path) |
| def | leaves |
| def | dump |
| def | getList |
| def | getHistoNames |
| def | setRoot (self, name, obj) |
| def | clearStore (self) |
Public Member Functions inherited from GaudiPython.Bindings.iService | |
| def | __init__ |
| def | retrieveInterface (self) |
| def | isValid (self) |
| def | __init__ |
| def | retrieveInterface (self) |
| def | isValid (self) |
Public Member Functions inherited from GaudiPython.Bindings.iProperty | |
| def | __init__ |
| def | getInterface (self) |
| def | retrieveInterface (self) |
| def | __call_interface_method__ (self, ifname, method, args) |
| def | __setattr__ (self, name, value) |
| def | __getattr__ (self, name) |
| def | properties (self) |
| def | name (self) |
| def | __init__ |
| def | getInterface (self) |
| def | retrieveInterface (self) |
| def | __call_interface_method__ (self, ifname, method, args) |
| def | __setattr__ (self, name, value) |
| def | __getattr__ (self, name) |
| def | properties (self) |
| def | name (self) |
Public Attributes | |
| Output | |
Static Public Attributes | |
| int | RowWiseTuple = 42 |
| int | ColumnWiseTuple = 43 |
Static Public Attributes inherited from GaudiPython.Bindings.iService | |
| tuple | initialize = lambdaself:self.__call_interface_method__("_isvc","initialize") |
| tuple | start = lambdaself:self.__call_interface_method__("_isvc","start") |
| tuple | stop = lambdaself:self.__call_interface_method__("_isvc","stop") |
| tuple | finalize = lambdaself:self.__call_interface_method__("_isvc","finalize") |
| tuple | reinitialize = lambdaself:self.__call_interface_method__("_isvc","reinitialize") |
| tuple | restart = lambdaself:self.__call_interface_method__("_isvc","restart") |
Definition at line 542 of file Bindings.py.
| def GaudiPython.Bindings.iNTupleSvc.__init__ | ( | self, | |
| name, | |||
| ints | |||
| ) |
Definition at line 545 of file Bindings.py.
| def GaudiPython.Bindings.iNTupleSvc.__init__ | ( | self, | |
| name, | |||
| ints | |||
| ) |
Definition at line 545 of file Bindings.py.
| def GaudiPython.Bindings.iNTupleSvc.__getitem__ | ( | self, | |
| path | |||
| ) |
Definition at line 561 of file Bindings.py.
| def GaudiPython.Bindings.iNTupleSvc.__getitem__ | ( | self, | |
| path | |||
| ) |
Definition at line 561 of file Bindings.py.
| def GaudiPython.Bindings.iNTupleSvc.book | ( | self, | |
| args | |||
| ) |
Definition at line 548 of file Bindings.py.
| def GaudiPython.Bindings.iNTupleSvc.book | ( | self, | |
| args | |||
| ) |
Definition at line 548 of file Bindings.py.
| def GaudiPython.Bindings.iNTupleSvc.defineOutput | ( | self, | |
| files, | |||
typ = "Gaudi::RootCnvSvc" |
|||
| ) |
Defines the mapping between logical names and the output file
Usage:
defineOutput({'LUN1':'MyFile1.root', 'LUN2':'Myfile2.root'}, svc='Gaudi::RootCnvSvc')
Definition at line 550 of file Bindings.py.
| def GaudiPython.Bindings.iNTupleSvc.defineOutput | ( | self, | |
| files, | |||
typ = "Gaudi::RootCnvSvc" |
|||
| ) |
Defines the mapping between logical names and the output file
Usage:
defineOutput({'LUN1':'MyFile1.root', 'LUN2':'Myfile2.root'}, svc='Gaudi::RootCnvSvc')
Definition at line 550 of file Bindings.py.
|
static |
Definition at line 544 of file Bindings.py.
| GaudiPython.Bindings.iNTupleSvc.Output |
Definition at line 558 of file Bindings.py.
|
static |
Definition at line 543 of file Bindings.py.