|
Gaudi Framework, version v22r4 |
| Home | Generated: Fri Sep 2 2011 |


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 534 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 = 'ROOT' |
|||
| ) |
Defines dthe mapping between logical names and the output file
Usage:
defineOutput({'LUN1':'MyFile1.root', 'LUN2':'Myfile2.root'}, typ='ROOT')
Definition at line 524 of file Bindings.py.
00525 : 00526 """ Defines dthe mapping between logical names and the output file 00527 Usage: 00528 defineOutput({'LUN1':'MyFile1.root', 'LUN2':'Myfile2.root'}, typ='ROOT') 00529 """ 00530 out = [] 00531 for o in files : 00532 out.append( "%s DATAFILE='%s' OPT='RECREATE' TYP='%s'" % ( o, files[o], typ ) ) 00533 self.Output = out if AppMgr().HistogramPersistency == 'NONE' : AppMgr().HistogramPersistency = typ
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.