|
Gaudi Framework, version v23r2 |
| Home | Generated: Thu Jun 28 2012 |


Public Member Functions | |
| def | __init__ |
| def | book |
| def | defineOutput |
| def | __getitem__ |
Public Attributes | |
| Output | |
Static Public Attributes | |
| int | RowWiseTuple = 42 |
| int | ColumnWiseTuple = 43 |
Definition at line 516 of file Bindings.py.
| def GaudiPython::Bindings::iNTupleSvc::__init__ | ( | self, | |
| name, | |||
| ints | |||
| ) |
Reimplemented from GaudiPython::Bindings::iDataSvc.
Definition at line 519 of file Bindings.py.
| def GaudiPython::Bindings::iNTupleSvc::__getitem__ | ( | self, | |
| path | |||
| ) |
Reimplemented from GaudiPython::Bindings::iDataSvc.
Definition at line 535 of file Bindings.py.
| def GaudiPython::Bindings::iNTupleSvc::book | ( | self, | |
| args | |||
| ) |
Definition at line 522 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 524 of file Bindings.py.
00525 : 00526 """ Defines the mapping between logical names and the output file 00527 Usage: 00528 defineOutput({'LUN1':'MyFile1.root', 'LUN2':'Myfile2.root'}, svc='Gaudi::RootCnvSvc') 00529 """ 00530 import Persistency as prs 00531 helper = prs.get(typ) 00532 helper.configure(AppMgr()) 00533 self.Output = [helper.formatOutput(files[lun], lun=lun) for lun in files] 00534 if AppMgr().HistogramPersistency == 'NONE': AppMgr().HistogramPersistency = "ROOT"
int GaudiPython::Bindings::iNTupleSvc::ColumnWiseTuple = 43 [static] |
Definition at line 518 of file Bindings.py.
Definition at line 527 of file Bindings.py.
int GaudiPython::Bindings::iNTupleSvc::RowWiseTuple = 42 [static] |
Definition at line 517 of file Bindings.py.