|
Jpp 20.0.0-rc.9-29-gccc23c492-D
the software that should make you happy
|
Vertex. More...
Public Member Functions | |
| vertex_type () | |
| Default constructor. | |
| vertex_type (const JVector3D &p0, const double t0, const int n0, const double q0) | |
| Constructor. | |
Public Attributes | |
| int | N |
| number of hits | |
| double | Q |
| total quality | |
Vertex.
Definition at line 264 of file JAcousticsTriggerProcessor.cc.
|
inline |
Default constructor.
Definition at line 270 of file JAcousticsTriggerProcessor.cc.
|
inline |
Constructor.
| p0 | position |
| t0 | time |
| n0 | number of hits |
| q0 | total quality |
Definition at line 285 of file JAcousticsTriggerProcessor.cc.
| int JACOUSTICS::vertex_type::N |
number of hits
Definition at line 292 of file JAcousticsTriggerProcessor.cc.
| double JACOUSTICS::vertex_type::Q |
total quality
Definition at line 293 of file JAcousticsTriggerProcessor.cc.