Belle II Software development
|
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 18 of file GeoCacheDemo.py.
def __init__ | ( | self | ) |
Initialize the module
Definition at line 31 of file GeoCacheDemo.py.
def beginRun | ( | self | ) |
Does nothing
Definition at line 39 of file GeoCacheDemo.py.
def event | ( | self | ) |
Prints out PXD hits in global coordinates.
Definition at line 42 of file GeoCacheDemo.py.
def initialize | ( | self | ) |
Does nothing
Definition at line 36 of file GeoCacheDemo.py.
def terminate | ( | self | ) |
Do nothing
Definition at line 64 of file GeoCacheDemo.py.