Jpp 20.0.0-rc.9-29-gccc23c492-D
the software that should make you happy
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
JACOUSTICS::vertex_type Struct Reference

Vertex. More...

Inheritance diagram for JACOUSTICS::vertex_type:

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
 

Detailed Description

Vertex.

Definition at line 264 of file JAcousticsTriggerProcessor.cc.

Constructor & Destructor Documentation

◆ vertex_type() [1/2]

JACOUSTICS::vertex_type::vertex_type ( )
inline

Default constructor.

Definition at line 270 of file JAcousticsTriggerProcessor.cc.

270 :
271 JVertex3D(),
272 N(0),
273 Q(0.0)
274 {}

◆ vertex_type() [2/2]

JACOUSTICS::vertex_type::vertex_type ( const JVector3D & p0,
const double t0,
const int n0,
const double q0 )
inline

Constructor.

Parameters
p0position
t0time
n0number of hits
q0total quality

Definition at line 285 of file JAcousticsTriggerProcessor.cc.

285 :
286 JVertex3D(p0, t0),
287 N(n0),
288 Q(q0)
289 {}

Member Data Documentation

◆ N

int JACOUSTICS::vertex_type::N

number of hits

Definition at line 292 of file JAcousticsTriggerProcessor.cc.

◆ Q

double JACOUSTICS::vertex_type::Q

total quality

Definition at line 293 of file JAcousticsTriggerProcessor.cc.


The documentation for this struct was generated from the following file: