![]() |
Belle II Software
release-05-02-19
|
Public Member Functions | |
def | __init__ (self, resultdir) |
def | event (self) |
def | average_covariance (self, shape_classifier) |
def | plot (self) |
def | get_classifier_stats (self, shape_classifier, pixelkind) |
Public Attributes | |
position_estimator | |
Position estimator payload. | |
resultdir | |
Directory to put all plots. | |
counter | |
Counter for number of different payloads. | |
Plot the PXDClusterPositionEstimator playload
Definition at line 20 of file plotPXDPositionEstimator.py.
def __init__ | ( | self, | |
resultdir | |||
) |
def average_covariance | ( | self, | |
shape_classifier | |||
) |
Compute the average covariance for a shape classifier
Definition at line 42 of file plotPXDPositionEstimator.py.
def event | ( | self | ) |
Plot position payload in case it has changed
Definition at line 33 of file plotPXDPositionEstimator.py.
def get_classifier_stats | ( | self, | |
shape_classifier, | |||
pixelkind | |||
) |
Compute some statistics for a shape classifier
Definition at line 236 of file plotPXDPositionEstimator.py.
def plot | ( | self | ) |
Plot position estimator payload
Definition at line 64 of file plotPXDPositionEstimator.py.