Data structure for vertex fit.
More...
#include <JPoint4E.hh>
|
| | JPoint4E () |
| | Default constructor.
|
| |
| | JPoint4E (const JPoint4D &vertex, const double E) |
| | Constructor.
|
| |
| double | getE () const |
| | Get energy.
|
| |
| void | setE (const double E) |
| | Set energy.
|
| |
Data structure for vertex fit.
Definition at line 22 of file JPoint4E.hh.
◆ parameter_type
◆ JPoint4E() [1/2]
| JFIT::JPoint4E::JPoint4E |
( |
| ) |
|
|
inline |
Default constructor.
Definition at line 29 of file JPoint4E.hh.
29 :
32 {}
JPoint4D()
Default constructor.
◆ JPoint4E() [2/2]
| JFIT::JPoint4E::JPoint4E |
( |
const JPoint4D & | vertex, |
|
|
const double | E ) |
|
inline |
Constructor.
- Parameters
-
| vertex | vertex position and time |
| E | issotropic energy |
Definition at line 41 of file JPoint4E.hh.
◆ getE()
| double JFIT::JPoint4E::getE |
( |
| ) |
const |
|
inline |
Get energy.
- Returns
- energy
Definition at line 52 of file JPoint4E.hh.
◆ setE()
| void JFIT::JPoint4E::setE |
( |
const double | E | ) |
|
|
inline |
Set energy.
- Parameters
-
Definition at line 62 of file JPoint4E.hh.
◆ pX()
Definition at line 69 of file JPoint4E.hh.
69{ return &JPoint4E::__x; }
◆ pY()
Definition at line 70 of file JPoint4E.hh.
70{ return &JPoint4E::__y; }
◆ pZ()
Definition at line 71 of file JPoint4E.hh.
71{ return &JPoint4E::__z; }
◆ pT()
Definition at line 72 of file JPoint4E.hh.
72{ return &JPoint4E::__t; }
◆ pE()
◆ __E
| double JFIT::JPoint4E::__E |
|
protected |
The documentation for this class was generated from the following file: