Jpp
15.0.1-rc.2-highQE
the software that should make you happy
|
3D match criterion for acoustic signals. More...
Public Types | |
typedef JClonable< JClonable_t > ::clone_type | clone_type |
Public Member Functions | |
JMatch3D (const JSoundVelocity &V, const double Tmax_s=0.0) | |
Constructor. More... | |
virtual bool | operator() (const hit_type &first, const hit_type &second) const override |
Match operator. More... | |
virtual clone_type | clone () const override |
Get clone of this object. More... | |
Public Attributes | |
const JSoundVelocity | V |
const double | Tmax_s |
3D match criterion for acoustic signals.
Definition at line 86 of file JAcousticsTriggerProcessor.cc.
|
inherited |
Definition at line 61 of file JClonable.hh.
|
inline |
Constructor.
V | sound velocity |
Tmax_s | maximal extra time [s] |
Definition at line 96 of file JAcousticsTriggerProcessor.cc.
|
inlineoverridevirtual |
Match operator.
first | hit |
second | hit |
Definition at line 109 of file JAcousticsTriggerProcessor.cc.
|
inlineoverridevirtualinherited |
Get clone of this object.
Reimplemented in JPHYSICS::JPDFTransformer< 5, JArgument_t >, JPHYSICS::JPDFTransformer< 4, JArgument_t >, JPHYSICS::JPDFTransformer< 3, JArgument_t >, JPHYSICS::JPDFTransformer< 2, JArgument_t >, JPHYSICS::JPDGTransformer_t< JArgument_t >, JPHYSICS::JPD0Transformer_t< JArgument_t >, JTOOLS::JMultiMapTransformer< N, JArgument_t >::JMultiMapDefaultTransformer, JPHYSICS::JPDFTransformer_t< JArgument_t >, JLANG::JClonable< JMatch< hit_type > >, JLANG::JClonable< JMatch< hit_type >, JMatch3D >, JLANG::JClonable< JMatch< JTRIGGER::JHitR1 > >, and JLANG::JClonable< JMatch< JTRIGGER::JHitR1 >, JMatch3G< JTRIGGER::JHitR1 > >.
Definition at line 69 of file JClonable.hh.
const JSoundVelocity JACOUSTICS::JMatch3D::V |
Definition at line 123 of file JAcousticsTriggerProcessor.cc.
const double JACOUSTICS::JMatch3D::Tmax_s |
Definition at line 124 of file JAcousticsTriggerProcessor.cc.