Struct to represent an energy deposition point in 3D space. More...
#include <OpT0FinderTypes.h>
Public Member Functions | |
| QPoint_t () | |
| Default ctor assigns invalid values. More... | |
| QPoint_t (double xvalue, double yvalue, double zvalue, double qvalue) | |
| Alternative ctor. More... | |
| double | dist (const QPoint_t &pt) |
| distance More... | |
Public Attributes | |
| double | x |
| double | y |
| double | z |
| Spatial position in [cm]. More... | |
| double | q |
Struct to represent an energy deposition point in 3D space.
Definition at line 65 of file OpT0FinderTypes.h.
|
inline |
Default ctor assigns invalid values.
Definition at line 70 of file OpT0FinderTypes.h.
|
inline |
|
inline |
| double flashmatch::QPoint_t::q |
Charge in an arbitrary unit
Definition at line 68 of file OpT0FinderTypes.h.
| double flashmatch::QPoint_t::x |
Definition at line 67 of file OpT0FinderTypes.h.
| double flashmatch::QPoint_t::y |
Definition at line 67 of file OpT0FinderTypes.h.
| double flashmatch::QPoint_t::z |
Spatial position in [cm].
Definition at line 67 of file OpT0FinderTypes.h.
1.8.5