![]() |
Belle II Software release-09-00-03
|


Public Member Functions | |
| def | initialize (self) |
| def | event (self) |
| def | terminate (self) |
Public Attributes | |
| nclusters | |
| Counter for all clusters. | |
| nfound_shapes | |
| Counter for cluster where shape likelyhood was found in payload. | |
| nfound_offset | |
| Counter for clusters where position correction was found in payload. | |
| rfile | |
| Output file to store all plots. | |
| hist_map_momentum | |
| Histograms for true particle momenta. | |
| hist_map_theta_u | |
| Histograms for true particle angle thetaU. | |
| hist_map_theta_v | |
| Histograms for true particle angle thetaV. | |
| hist_map_clustercharge | |
| Histograms for cluster charge related to particle. | |
| hist_map_residual_u | |
| Histograms for u residuals. | |
| hist_map_residual_v | |
| Histograms for v residuals. | |
| hist_map_residual_v_special | |
| Histograms for v residuals for smaller thetaV range. | |
| hist_map_residual_pull_u | |
| Histograms for u residual pulls. | |
| hist_map_residual_pull_v | |
| Histograms for v residual pulls. | |
| binlimits | |
| ThetaV angle ranges for v residuals. | |
Histogram the difference position residuals and pulls between clusters and truehits.
Definition at line 26 of file test_cluster_position_estimator.py.
| def event | ( | self | ) |
Fill the residual and pull histograms
Definition at line 106 of file test_cluster_position_estimator.py.
| def initialize | ( | self | ) |
Create histograms for pulls and residuals
Definition at line 31 of file test_cluster_position_estimator.py.
| def terminate | ( | self | ) |
Format and write all histograms and plot them
Definition at line 245 of file test_cluster_position_estimator.py.
| binlimits |
ThetaV angle ranges for v residuals.
Definition at line 95 of file test_cluster_position_estimator.py.
| hist_map_clustercharge |
Histograms for cluster charge related to particle.
Definition at line 55 of file test_cluster_position_estimator.py.
| hist_map_momentum |
Histograms for true particle momenta.
Definition at line 49 of file test_cluster_position_estimator.py.
| hist_map_residual_pull_u |
Histograms for u residual pulls.
Definition at line 75 of file test_cluster_position_estimator.py.
| hist_map_residual_pull_v |
Histograms for v residual pulls.
Definition at line 77 of file test_cluster_position_estimator.py.
| hist_map_residual_u |
Histograms for u residuals.
Definition at line 69 of file test_cluster_position_estimator.py.
| hist_map_residual_v |
Histograms for v residuals.
Definition at line 71 of file test_cluster_position_estimator.py.
| hist_map_residual_v_special |
Histograms for v residuals for smaller thetaV range.
Definition at line 73 of file test_cluster_position_estimator.py.
| hist_map_theta_u |
Histograms for true particle angle thetaU.
Definition at line 51 of file test_cluster_position_estimator.py.
| hist_map_theta_v |
Histograms for true particle angle thetaV.
Definition at line 53 of file test_cluster_position_estimator.py.
| nclusters |
Counter for all clusters.
Definition at line 37 of file test_cluster_position_estimator.py.
| nfound_offset |
Counter for clusters where position correction was found in payload.
Definition at line 41 of file test_cluster_position_estimator.py.
| nfound_shapes |
Counter for cluster where shape likelyhood was found in payload.
Definition at line 39 of file test_cluster_position_estimator.py.
| rfile |
Output file to store all plots.
Definition at line 45 of file test_cluster_position_estimator.py.