Belle II Software  release-08-01-10
ClusterFilterValidationModule Class Reference
Inheritance diagram for ClusterFilterValidationModule:
Collaboration diagram for ClusterFilterValidationModule:

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 to be executed at the end of the harvesting / termination of the module Save a tree of all collected variables in a sub folder. More...
 
 save_histograms
 Save histograms in a sub folder. More...
 

Detailed Description

Module to collect information about the facet creation cuts and compose validation plots on terminate.

Definition at line 70 of file clusterFilterValidation.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  output_file_name 
)
Constructor

Definition at line 74 of file clusterFilterValidation.py.

Member Function Documentation

◆ initialize()

def initialize (   self)
Receive signal at the start of event processing

Definition at line 83 of file clusterFilterValidation.py.

◆ peel()

def peel (   self,
  cluster 
)
Extract and store CDC hit and cluster information

Definition at line 101 of file clusterFilterValidation.py.

◆ pick()

def pick (   self,
  facet 
)
Always pick, never reject

Definition at line 97 of file clusterFilterValidation.py.

◆ prepare()

def prepare (   self)
Fill the MC hit table

Definition at line 93 of file clusterFilterValidation.py.

◆ terminate()

def terminate (   self)
Receive signal at the end of event processing

Definition at line 88 of file clusterFilterValidation.py.

Member Data Documentation

◆ save_histograms

save_histograms
static
Initial value:
= refiners.save_histograms(
)

Save histograms in a sub folder.

Definition at line 132 of file clusterFilterValidation.py.

◆ save_tree

save_tree
static
Initial value:
= 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.

Definition at line 127 of file clusterFilterValidation.py.


The documentation for this class was generated from the following file: