PandaRoot
PndGeaneGeometryMethods.h
Go to the documentation of this file.
1 //****************************************************************************
2 //* This file is part of PandaRoot. *
3 //* *
4 //* PandaRoot is distributed under the terms of the *
5 //* GNU General Public License (GPL) version 3, *
6 //* copied verbatim in the file "LICENSE". *
7 //* *
8 //* Copyright (C) 2006 - 2024 FAIR GmbH and copyright holders of PandaRoot *
9 //* The copyright holders are listed in the file "COPYRIGHTHOLDERS". *
10 //* The authors are listed in the file "AUTHORS". *
11 //****************************************************************************
12 
13 #ifndef PNDGEANEGEOMETRYMETHODS_H
14 #define PNDGEANEGEOMETRYMETHODS_H
15 
16 #include "TNamed.h"
17 #include "TVector3.h"
18 #include "PndPropagator.h"
19 
20 class PndGeaneGeometryMethods : public TNamed
21 {
22  public:
24  : TNamed("PndGeaneGeometryMethods", "Helper class for geometry methods used in PndGeanePro.")
25  {};
27 
53  TVector3 x2,
54  TVector3 w1,
55  TVector3 w2);
56 
74  TVector3 x2,
75  TVector3 point);
76 
111  TVector3 x2,
112  TVector3 x3,
113  TVector3 w1,
114  TVector3 w2);
115 
140  TVector3 x2,
141  TVector3 x3,
142  TVector3 w1);
143 
145 };
146 
147 #endif //PNDGEANEGEOMETRYMETHODS_H
ClassDef(PndGeaneGeometryMethods, 1)
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
Definition: PndPropagator.h:41
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...