|
HIPO
4.3.0
High Performance Output data format for experimental physics
|
Classes | |
| class | vector3 |
| Three-dimensional Cartesian vector. More... | |
| class | lorentz4 |
| Four-component Lorentz vector for relativistic kinematics. More... | |
| class | reaction |
| Physics analysis helper for filtering and reconstructing reactions from HIPO data. More... | |
Functions | |
| vector3 | operator+ (const vector3 &a, const vector3 &b) |
| Vector addition. More... | |
| vector3 | operator- (const vector3 &a, const vector3 &b) |
| Vector subtraction. More... | |
| vector3 | operator* (double a, const vector3 &b) |
| Scalar-vector multiplication (scalar on the left). More... | |
| vector3 | operator* (const vector3 &b, double a) |
| Scalar-vector multiplication (scalar on the right). More... | |