Belle II Software  release-05-02-19
VXDMomentumEnergyEstimator Class Reference

Static Public Member Functions

def do_for_each_hit_type (cluster, svd_function, pxd_function)
 
def calculate_charges_and_path_lengths_for_one_type (clusters, mc_particle)
 
def generate_truncated (charge_list)
 

Detailed Description

The base class with all static methods to use. 

Definition at line 13 of file harvester.py.

Member Function Documentation

◆ calculate_charges_and_path_lengths_for_one_type()

def calculate_charges_and_path_lengths_for_one_type (   clusters,
  mc_particle 
)
static
Return lists of charges and path lengths for the clusters associated with an MCParticle

Definition at line 29 of file harvester.py.

◆ do_for_each_hit_type()

def do_for_each_hit_type (   cluster,
  svd_function,
  pxd_function 
)
static
Apply a PXD selection to a PXDCluster or an SVD selection to an SVDCluster

Definition at line 18 of file harvester.py.

◆ generate_truncated()

def generate_truncated (   charge_list)
static
Sort then truncate a list to all but the last 2 entries or the first 4 entries or the first 6 entries

Definition at line 53 of file harvester.py.


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