Jpp 19.3.0-rc.3
the software that should make you happy
|
1D match criterion for acoustic signals. More...
Public Types | |
typedef JClonable< JClonable_t >::clone_type | clone_type |
Public Member Functions | |
JMatch1D (const double V, const double Rmax_m, const double Zmax_m, const double Tmax_s) | |
Constructor. | |
virtual bool | operator() (const hit_type &first, const hit_type &second) const override |
Match operator. | |
virtual clone_type | clone () const override |
Get clone of this object. | |
Private Attributes | |
const double | V |
const double | Rmax_m |
const double | Zmax_m |
const double | Tmax_s |
1D match criterion for acoustic signals.
Definition at line 141 of file JBillabong.cc.
|
inherited |
Definition at line 61 of file JClonable.hh.
|
inline |
Constructor.
V | sound velocity [m/s] |
Rmax_m | maximal radial distance [m] |
Zmax_m | maximal vertical distance [m] |
Tmax_s | maximal extra time [s] |
Definition at line 153 of file JBillabong.cc.
|
inlineoverridevirtual |
Match operator.
first | hit |
second | hit |
Definition at line 168 of file JBillabong.cc.
|
inlineoverridevirtualinherited |
Get clone of this object.
Reimplemented in JPHYSICS::JPD0Transformer_t< JArgument_t >, JPHYSICS::JPDFTransformer< 2, JArgument_t >, JPHYSICS::JPDFTransformer< 3, JArgument_t >, JPHYSICS::JPDFTransformer< 4, JArgument_t >, JPHYSICS::JPDFTransformer< 5, JArgument_t >, JPHYSICS::JPDFTransformer_t< JArgument_t >, JPHYSICS::JPDGTransformer_t< JArgument_t >, and JTOOLS::JMultiMapTransformer< N, JArgument_t >::JMultiMapDefaultTransformer.
Definition at line 69 of file JClonable.hh.
|
private |
Definition at line 190 of file JBillabong.cc.
|
private |
Definition at line 191 of file JBillabong.cc.
|
private |
Definition at line 192 of file JBillabong.cc.
|
private |
Definition at line 193 of file JBillabong.cc.