Data structure for vertex fit.
More...
#include <JPoint4D.hh>
|
| | JPoint4D () |
| | Default constructor.
|
| |
| | JPoint4D (const JVector3D &pos, const double t) |
| | Constructor.
|
| |
| | JPoint4D (const JVertex3D &vertex) |
| | Constructor.
|
| |
Data structure for vertex fit.
Definition at line 22 of file JPoint4D.hh.
◆ parameter_type
◆ JPoint4D() [1/3]
| JFIT::JPoint4D::JPoint4D |
( |
| ) |
|
|
inline |
Default constructor.
Definition at line 29 of file JPoint4D.hh.
29 :
30 JVertex3D()
31 {}
◆ JPoint4D() [2/3]
| JFIT::JPoint4D::JPoint4D |
( |
const JVector3D & | pos, |
|
|
const double | t ) |
|
inline |
Constructor.
- Parameters
-
| pos | position |
| t | time at position |
Definition at line 40 of file JPoint4D.hh.
41 :
42 JVertex3D(pos, t)
43 {}
◆ JPoint4D() [3/3]
| JFIT::JPoint4D::JPoint4D |
( |
const JVertex3D & | vertex | ) |
|
|
inline |
Constructor.
- Parameters
-
Definition at line 51 of file JPoint4D.hh.
51 :
52 JVertex3D(vertex)
53 {}
◆ pX()
Definition at line 58 of file JPoint4D.hh.
58{ return &JPoint4D::__x; }
◆ pY()
Definition at line 59 of file JPoint4D.hh.
59{ return &JPoint4D::__y; }
◆ pZ()
Definition at line 60 of file JPoint4D.hh.
60{ return &JPoint4D::__z; }
◆ pT()
Definition at line 61 of file JPoint4D.hh.
61{ return &JPoint4D::__t; }
The documentation for this class was generated from the following file: