![]() |
Belle II Software
release-06-01-15
|


Public Member Functions | |
| def | __init__ (self, output_file_name) |
| def | initialize (self) |
| def | terminate (self) |
| def | prepare (self) |
| def | pick (self, facet) |
| def | peel (self, cluster) |
Public Attributes | |
| mc_hit_lookup | |
| reference to the CDCMCHitlookUp singleton | |
| cluster_varset | |
| reference to the CDCWireHitClusterVarSet | |
Module to collect information about the facet creation cuts and compose validation plots on terminate.
Definition at line 70 of file clusterFilterValidation.py.
| def __init__ | ( | self, | |
| output_file_name | |||
| ) |
Constructor
Definition at line 74 of file clusterFilterValidation.py.
| def initialize | ( | self | ) |
Receive signal at the start of event processing
Definition at line 83 of file clusterFilterValidation.py.
| def peel | ( | self, | |
| cluster | |||
| ) |
Extract and store CDC hit and cluster information
Definition at line 101 of file clusterFilterValidation.py.
| def pick | ( | self, | |
| facet | |||
| ) |
Always pick, never reject
Definition at line 97 of file clusterFilterValidation.py.
| def prepare | ( | self | ) |
Fill the MC hit table
Definition at line 93 of file clusterFilterValidation.py.
| def terminate | ( | self | ) |
Receive signal at the end of event processing
Definition at line 88 of file clusterFilterValidation.py.