 |
Belle II Software
release-05-01-25
|
12 #include <tracking/trackFindingCDC/varsets/VarSet.h>
13 #include <tracking/trackFindingCDC/varsets/VarNames.h>
14 #include <tracking/trackFindingCDC/varsets/FixedSizeNamedFloatTuple.h>
16 #include <tracking/ckf/svd/filters/states/BaseSVDStateFilter.h>
18 #include <tracking/trackFindingVXD/trackQualityEstimators/QualityEstimatorCircleFit.h>
19 #include <tracking/trackFindingVXD/trackQualityEstimators/QualityEstimatorRiemannHelixFit.h>
20 #include <tracking/trackFindingVXD/trackQualityEstimators/QualityEstimatorTripletFit.h>
32 "seed_lowest_svd_layer",
33 "seed_lowest_cdc_layer",
35 "quality_index_triplet",
36 "quality_index_circle",
37 "quality_index_helix",
41 "mean_rest_cluster_charge",
42 "min_rest_cluster_charge",
43 "std_rest_cluster_charge",
45 "cluster_1_seed_charge",
46 "cluster_2_seed_charge",
47 "mean_rest_cluster_seed_charge",
48 "min_rest_cluster_seed_charge",
49 "std_rest_cluster_seed_charge",
53 "mean_rest_cluster_size",
54 "min_rest_cluster_size",
55 "std_rest_cluster_size",
59 "mean_rest_cluster_snr",
60 "min_rest_cluster_snr",
61 "std_rest_cluster_snr",
63 "cluster_1_charge_over_size",
64 "cluster_2_charge_over_size",
65 "mean_rest_cluster_charge_over_size",
66 "min_rest_cluster_charge_over_size",
67 "std_rest_cluster_charge_over_size",
71 class SVDStateVarNames :
public TrackFindingCDC::VarNames<BaseSVDStateFilter::Object> {
QualityEstimatorTripletFit m_qualityTriplet
Instance of the triplet-fit class.
does a tripletFit of the given hits The filter is based on the paper 'A New Three-Dimensional Track F...
constexpr static char const *const svdStateVarNames[]
Names of the variables to be generated.
static const size_t nVars
Number of variables to be generated.
QualityEstimatorCircleFit m_qualityCircle
Instance of the circle-fit class.
Abstract base class for different kinds of events.
Class containing the algorithm to perform the simple circle fit.
constexpr static char const * getName(int iName)
Get the name of the column.
QualityEstimatorRiemannHelixFit m_qualityHelix
Instance of the Riemann helix-fit class.
virtual bool extract(const BaseSVDStateFilter::Object *object) override
Generate and assign the variables from the VXD-CDC object.
Generic class that generates some named float values from a given object.
Var set used in the VXD-CDC-Merger for calculating the probability of a VXD-CDC-track match.
AObject Object
Type of the object to be analysed.