 |
Belle II Software
release-05-02-19
|
14 #include "tracking/vxdCaTracking/ThreeHitFilters.h"
25 class FourHitFilters {
36 FourHitFilters(TVector3& outer, TVector3& outerCenter, TVector3& innerCenter, TVector3& inner,
double magneticFieldStrength = 1.5):
50 void resetValues(TVector3& outer, TVector3& outerCenter, TVector3& innerCenter, TVector3& inner)
FourHitFilters()
Empty constructor.
ThreeHitFilters m_threeHitFilter
instance of ThreeHitFilters-class used for some internal calculations
double calcRadius(TVector3 &a, TVector3 &b, TVector3 &c, TVector3 &circleCenter)
calculates an estimation of the radius of given hits and existing estimation of circleCenter,...
TVector3 m_centerABC
estimation of a circleCenterPosition using hits A, B & C
double deltapT()
legacy - compatibility for old cases
TVector3 m_centerBCD
estimation of a circleCenterPosition using hitsBA, C & D
void resetValues(TVector3 &outer, TVector3 &outerCenter, TVector3 &innerCenter, TVector3 &inner)
Overrides Constructor-Setup.
TVector3 m_hitC
innerCenter hit (position relevant for useful filter calculation) used for the filter calculation
double m_radiusABC
estimation of the radius of the circle using hits A, B & C
double m_radiusBCD
estimation of a radius of the circle using hitsBA, C & D
Abstract base class for different kinds of events.
~FourHitFilters()
Destructor.
double calcDeltaDistCircleCenter()
calculates ddist2IP-value directly (ddist2IP= difference in magnitude of the points of closest approa...
TVector3 m_hitB
outerCenter hit (position relevant for useful filter calculation) used for the filter calculation
bool m_circleCalculated
initially set to false, will be set true if calcCircle() is used at least once
TVector3 m_hitD
inner hit (position relevant for useful filter calculation) used for the filter calculation
void resetMagneticField(double magneticFieldStrength=1.5)
Overrides Constructor-Setup for magnetic field.
double deltaDistCircleCenter()
legacy - compatibility for old cases
TVector3 m_hitA
outer hit (position relevant for useful filter calculation) used for the filter calculation
void resetMagneticField(double magneticFieldStrength=1.5)
Overrides Constructor-Setup for magnetic field.
void calcCircleCenter(TVector3 &a, TVector3 &b, TVector3 &c, TVector3 &circleCenter)
calculates an estimation of circleCenter position, result is written into the 4th input-parameter
The class 'ThreeHitFilters' bundles filter methods using 3 hits which are stored in TVector3s.
double calcDeltapT()
calculates dpt-value (dpt= difference in transverse momentum of 2 subsets of the hits),...
void calcCircle()
calculates an estimation of circleCenter position including an estimation for the circle radius