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


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 | |
Static Public Attributes | |
| refiners | save_tree |
| Refiners to be executed at the end of the harvesting / termination of the module Save a tree of all collected variables in a sub folder. | |
| refiners | save_histograms |
| Save histograms in a sub folder. | |
Module to collect information about the facet creation cuts and compose validation plots on terminate.
Definition at line 69 of file clusterFilterValidation.py.
| def __init__ | ( | self, | |
| output_file_name | |||
| ) |
Constructor
Definition at line 73 of file clusterFilterValidation.py.
| def initialize | ( | self | ) |
Receive signal at the start of event processing
Definition at line 82 of file clusterFilterValidation.py.
| def peel | ( | self, | |
| cluster | |||
| ) |
Extract and store CDC hit and cluster information
Definition at line 100 of file clusterFilterValidation.py.
| def pick | ( | self, | |
| facet | |||
| ) |
Always pick, never reject
Definition at line 96 of file clusterFilterValidation.py.
| def prepare | ( | self | ) |
Fill the MC hit table
Definition at line 92 of file clusterFilterValidation.py.
| def terminate | ( | self | ) |
Receive signal at the end of event processing
Definition at line 87 of file clusterFilterValidation.py.
| cluster_varset |
reference to the CDCWireHitClusterVarSet
Definition at line 80 of file clusterFilterValidation.py.
| mc_hit_lookup |
reference to the CDCMCHitlookUp singleton
Definition at line 78 of file clusterFilterValidation.py.
|
static |
Save histograms in a sub folder.
Definition at line 132 of file clusterFilterValidation.py.
|
static |
Refiners to be executed at the end of the harvesting / termination of the module Save a tree of all collected variables in a sub folder.
Definition at line 126 of file clusterFilterValidation.py.