![]() |
Belle II Software
release-05-02-19
|


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 | |
| save_tree = refiners.save_tree(folder_name="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. | |
| save_histograms | |
| Save histograms in a sub folder. More... | |
Module to collect information about the facet creation cuts and compose validation plots on terminate.
Definition at line 75 of file clusterFilterValidation.py.
| def __init__ | ( | self, | |
| output_file_name | |||
| ) |
| def initialize | ( | self | ) |
Receive signal at the start of event processing
Definition at line 88 of file clusterFilterValidation.py.
| def peel | ( | self, | |
| cluster | |||
| ) |
Extract and store CDC hit and cluster information
Definition at line 106 of file clusterFilterValidation.py.
| def pick | ( | self, | |
| facet | |||
| ) |
Always pick, never reject
Definition at line 102 of file clusterFilterValidation.py.
| def prepare | ( | self | ) |
Fill the MC hit table
Definition at line 98 of file clusterFilterValidation.py.
| def terminate | ( | self | ) |
Receive signal at the end of event processing
Definition at line 93 of file clusterFilterValidation.py.
|
static |
Save histograms in a sub folder.
Definition at line 134 of file clusterFilterValidation.py.