![]() |
The Gaudi Framework
v33r1 (b1225454)
|
Functions | |
| def | _printHisto1D (h) |
| def | _contentsHisto1D (h) |
| def | _printHisto2D (h) |
| def | _printStatusCode (s) |
| def | _printBitReference (b) |
| def | _printFillStream (o) |
| def | _container__getitem__ (self, k) |
| def | _container__len__ (self) |
| def | _container__iter__ (self) |
| def | _draw_aida_ (self, *args) |
| def | __mapbase_iter__ (self) |
| def | __mapbase_iteritems__ (self) |
| def | __mapbase_keys__ (self) |
| def | __mapbase_items__ (self) |
| def | __mapbase_values__ (self) |
| def | __mapbase_contains__ (self, key) |
| def | __mapbase_get__ (self, key, value=None) |
| def | __mapbase_str__ (self) |
| def | __mapbase_setitem__ (self, key, value) |
| def | __mapbase_delitem__ (self, key) |
Variables | |
| list | __all__ = [] |
| Draw | |
| plot | |
| __repr__ | |
| __getitem__ | |
| __len__ | |
| __iter__ | |
| update | |
| invalidate | |
| SUCCESS | |
| FAILURE | |
| _eq = gbl.Gaudi.StringKey.__cpp_eq__ | |
| _ne = gbl.Gaudi.StringKey.__cpp_ne__ | |
| iteritems | |
| items | |
| has_key | |
| executeEvent | |
| Helpers for re-entrant interfaces. More... | |
| isExecuted | |
| filterPassed | |
| _execute_orig | |
| execute | |
| self | |
| ctx | |
| def GaudiPython.Pythonizations.__mapbase_contains__ | ( | self, | |
| key | |||
| ) |
Check if the certainkey is in the map >>> m = ... ## the map >>> if 'a' in m : ... ## chekc the presence of the key in the map
Definition at line 361 of file Pythonizations.py.
| def GaudiPython.Pythonizations.__mapbase_delitem__ | ( | self, | |
| key | |||
| ) |
'Del-item' for MapBase-based maps: >>> m = ... ## the map >>> del m[key]
Definition at line 498 of file Pythonizations.py.
| def GaudiPython.Pythonizations.__mapbase_get__ | ( | self, | |
| key, | |||
value = None |
|||
| ) |
Get the value for the certain key, or 'value' otherwise >>> m = ... ## the map >>> v = m.get ( key , 15 )
Definition at line 394 of file Pythonizations.py.
| def GaudiPython.Pythonizations.__mapbase_items__ | ( | self | ) |
Get the list of items >>> m = ... ## the map >>> items = m.keys() ## get the list of items
Definition at line 288 of file Pythonizations.py.
| def GaudiPython.Pythonizations.__mapbase_iter__ | ( | self | ) |
The iterator for MapBase-based containers >>> m = ... ## the map >>> for key in m : print key , m[key]
Definition at line 179 of file Pythonizations.py.
| def GaudiPython.Pythonizations.__mapbase_iteritems__ | ( | self | ) |
The iterator for MapBase-based containers >>> m = ... ## the map >>> for key,value in m.iteritems() : print key, value
Definition at line 217 of file Pythonizations.py.
| def GaudiPython.Pythonizations.__mapbase_keys__ | ( | self | ) |
Get the list of keys >>> m = ... ## the map >>> keys = m.keys() ## get the list of keys
Definition at line 253 of file Pythonizations.py.
| def GaudiPython.Pythonizations.__mapbase_setitem__ | ( | self, | |
| key, | |||
| value | |||
| ) |
'Set-item' for MapBase-based maps: >>> m = ... ## the map >>> m[key] = value ## set the item
Definition at line 464 of file Pythonizations.py.
| def GaudiPython.Pythonizations.__mapbase_str__ | ( | self | ) |
Representation of MapBase-based maps: >>> m = ... ## the map >>> print map
Definition at line 424 of file Pythonizations.py.
| def GaudiPython.Pythonizations.__mapbase_values__ | ( | self | ) |
Get the list of values >>> m = ... ## the map >>> values = m.values() ## get the list of values
Definition at line 325 of file Pythonizations.py.
|
private |
Definition at line 79 of file Pythonizations.py.
|
private |
Definition at line 87 of file Pythonizations.py.
|
private |
Definition at line 83 of file Pythonizations.py.
|
private |
Definition at line 42 of file Pythonizations.py.
|
private |
Draw AIDA histogram (through access to internal ROOT histogram >>> aida = ... # get the historgam >>> aida.Draw()
Definition at line 99 of file Pythonizations.py.
|
private |
Definition at line 61 of file Pythonizations.py.
|
private |
Definition at line 65 of file Pythonizations.py.
|
private |
Definition at line 36 of file Pythonizations.py.
|
private |
Definition at line 47 of file Pythonizations.py.
|
private |
Definition at line 54 of file Pythonizations.py.
|
private |
Definition at line 19 of file Pythonizations.py.
|
private |
Definition at line 127 of file Pythonizations.py.
|
private |
Definition at line 129 of file Pythonizations.py.
|
private |
Definition at line 128 of file Pythonizations.py.
|
private |
Definition at line 120 of file Pythonizations.py.
|
private |
Definition at line 144 of file Pythonizations.py.
|
private |
Definition at line 565 of file Pythonizations.py.
|
private |
Definition at line 149 of file Pythonizations.py.
| GaudiPython.Pythonizations.ctx |
Definition at line 566 of file Pythonizations.py.
| GaudiPython.Pythonizations.Draw |
Definition at line 117 of file Pythonizations.py.
| GaudiPython.Pythonizations.execute |
Definition at line 566 of file Pythonizations.py.
| GaudiPython.Pythonizations.executeEvent |
Helpers for re-entrant interfaces.
GaudiPython is inherently single threaded and it's unpractical to use the new re-entrant interfaces. Moreover a lot of existing code (like GaudiMP) expects the old signatures.
Definition at line 562 of file Pythonizations.py.
| GaudiPython.Pythonizations.FAILURE |
Definition at line 140 of file Pythonizations.py.
| GaudiPython.Pythonizations.filterPassed |
Definition at line 564 of file Pythonizations.py.
| GaudiPython.Pythonizations.has_key |
Definition at line 527 of file Pythonizations.py.
| GaudiPython.Pythonizations.invalidate |
Definition at line 133 of file Pythonizations.py.
| GaudiPython.Pythonizations.isExecuted |
Definition at line 563 of file Pythonizations.py.
| GaudiPython.Pythonizations.items |
Definition at line 526 of file Pythonizations.py.
| GaudiPython.Pythonizations.iteritems |
Definition at line 525 of file Pythonizations.py.
| GaudiPython.Pythonizations.plot |
Definition at line 118 of file Pythonizations.py.
| GaudiPython.Pythonizations.self |
Definition at line 566 of file Pythonizations.py.
| GaudiPython.Pythonizations.SUCCESS |
Definition at line 139 of file Pythonizations.py.
| GaudiPython.Pythonizations.update |
Definition at line 131 of file Pythonizations.py.