Belle II Software
release-08-01-10
|
Public Member Functions | |
def | __init__ (self) |
def | initialize (self) |
def | beginRun (self) |
def | event (self) |
def | terminate (self) |
Prints global coordinates of PXD hits to demonstrate the Pythonized VXD::GeoCache. Only SensorInfoBase is Pythonized (not PXD:SensorInfo and SVD::SensorInfo), so that there is currently no access to specific PXD/SVD sensor features (like PXD bulk doping or SVD APV25 time constants - such support can be easily added, if desired, by placing the classes in the corresponding linkdef.h file. Complete geometry and sensor matrix information is, however, available for all sensor types.
Definition at line 19 of file GeoCacheDemo.py.
def __init__ | ( | self | ) |
Initialize the module
Definition at line 32 of file GeoCacheDemo.py.
def beginRun | ( | self | ) |
Does nothing
Definition at line 40 of file GeoCacheDemo.py.
def event | ( | self | ) |
Prints out PXD hits in global coordinates.
Definition at line 43 of file GeoCacheDemo.py.
def initialize | ( | self | ) |
Does nothing
Definition at line 37 of file GeoCacheDemo.py.
def terminate | ( | self | ) |
Do nothing
Definition at line 69 of file GeoCacheDemo.py.