|
Gaudi Framework, version v25r2 |
| Home | Generated: Wed Jun 4 2014 |


Public Member Functions | |
| def | __init__ |
| def | book |
| def | defineOutput |
| def | __getitem__ |
Public Member Functions inherited from GaudiPython.Bindings.iDataSvc | |
| def | __init__ |
| def | registerObject |
| def | unregisterObject |
| def | retrieveObject |
| def | findObject |
| get object from TES | |
| def | getObject |
| get or retrieve object, possible switch-off 'on-demand' actions | |
| def | __getitem__ |
| def | __setitem__ |
| def | __delitem__ |
| def | leaves |
| def | dump |
| def | getList |
| def | getHistoNames |
| def | setRoot |
| def | clearStore |
Public Member Functions inherited from GaudiPython.Bindings.iService | |
| def | __init__ |
| def | retrieveInterface |
| def | isValid |
Public Member Functions inherited from GaudiPython.Bindings.iProperty | |
| def | __init__ |
| def | getInterface |
| def | retrieveInterface |
| def | __call_interface_method__ |
| def | __setattr__ |
| def | __getattr__ |
| def | properties |
| def | name |
Public Attributes | |
| Output | |
Static Public Attributes | |
| int | RowWiseTuple 42 |
| int | ColumnWiseTuple 43 |
Definition at line 543 of file Bindings.py.
| def GaudiPython.Bindings.iNTupleSvc.__init__ | ( | self, | |
| name, | |||
| ints | |||
| ) |
Definition at line 546 of file Bindings.py.
| def GaudiPython.Bindings.iNTupleSvc.__getitem__ | ( | self, | |
| path | |||
| ) |
Definition at line 562 of file Bindings.py.
| def GaudiPython.Bindings.iNTupleSvc.book | ( | self, | |
| args | |||
| ) |
Definition at line 549 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 551 of file Bindings.py.
|
static |
Definition at line 545 of file Bindings.py.
| GaudiPython.Bindings.iNTupleSvc.Output |
Definition at line 559 of file Bindings.py.
|
static |
Definition at line 544 of file Bindings.py.