1 #ifndef PNDGEANEGEOMETRYMETHODS_H 2 #define PNDGEANEGEOMETRYMETHODS_H 12 : TNamed(
"PndGeaneGeometryMethods",
"Helper class for geometry methods used in PndGeanePro.")
135 #endif //PNDGEANEGEOMETRYMETHODS_H
ClassDef(PndGeaneGeometryMethods, 1)
PndGeaneGeometryMethods()
PndProp::PCAOutputStruct Track3ToPoint(TVector3 x1, TVector3 x2, TVector3 x3, TVector3 w1)
Closest approach to a point from 3 GEANE points. METHOD: First, the coordinate systems is transformed...
PndProp::PCAOutputStruct Track2ToLine(TVector3 x1, TVector3 x2, TVector3 w1, TVector3 w2)
Closest approach to a line from 2 GEANE points. METHOD: The nearest points on the two lines x1...
output of PCA finding algorithm
PndProp::PCAOutputStruct Track3ToLine(TVector3 x1, TVector3 x2, TVector3 x3, TVector3 w1, TVector3 w2)
Find the closest approach points between a curve (helix) and a line (wire). METHOD: The classical Ebe...
PndProp::PCAOutputStruct Track2ToPoint(TVector3 x1, TVector3 x2, TVector3 point)
Closest approach to a point from 2 GEANE points. METHOD: The nearest point to w1 on the line x1...
virtual ~PndGeaneGeometryMethods()