|
Jpp 20.0.0-27-g39925593c-D
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 JAbstractSoundVelocity &V, const double Tmax_s=0.0) | |
| Constructor. | |
| virtual bool | operator() (const hit_type &first, const hit_type &second) const override |
| Match operator. | |
| JMatch3D (const double V, const double Dmax_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. | |
Public Attributes | |
| const JAbstractSoundVelocity & | V |
| const double | Tmax_s |
Private Attributes | |
| const double | V |
| const double | Dmax_m |
3D match criterion for acoustic signals.
Definition at line 96 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 106 of file JAcousticsTriggerProcessor.cc.
Constructor.
| V | sound velocity [m/s] |
| Dmax_m | maximal distance [m] |
| Tmax_s | maximal extra time [s] |
Definition at line 105 of file JBillabong.cc.
|
inlineoverridevirtual |
Match operator.
| first | hit |
| second | hit |
Definition at line 119 of file JAcousticsTriggerProcessor.cc.
|
inlineoverridevirtual |
Match operator.
| first | hit |
| second | hit |
Definition at line 119 of file JBillabong.cc.
|
inlineoverridevirtualinherited |
Get clone of this object.
Reimplemented in JLANG::JClonable< JMatch< hit_type > >, JLANG::JClonable< JMatch< hit_type >, JMatch1D >, JLANG::JClonable< JMatch< hit_type >, JMatch3D >, JLANG::JClonable< JMatch< JTRIGGER::JHitR1 > >, JLANG::JClonable< JMatch< JTRIGGER::JHitR1 >, JMatch3G< JTRIGGER::JHitR1 > >, JPHYSICS::JPDFTransformer_t< JArgument_t >, JPHYSICS::JPD0Transformer_t< JArgument_t >, JPHYSICS::JPDGTransformer_t< JArgument_t >, JPHYSICS::JPDFTransformer< 2, JArgument_t >, JPHYSICS::JPDFTransformer< 3, JArgument_t >, JPHYSICS::JPDFTransformer< 4, JArgument_t >, JPHYSICS::JPDFTransformer< 5, JArgument_t >, and JTOOLS::JMultiMapTransformer< N, JArgument_t >::JMultiMapDefaultTransformer.
Definition at line 69 of file JClonable.hh.
| const JAbstractSoundVelocity& JACOUSTICS::JMatch3D::V |
Definition at line 132 of file JAcousticsTriggerProcessor.cc.
Definition at line 133 of file JAcousticsTriggerProcessor.cc.
Definition at line 132 of file JBillabong.cc.
Definition at line 133 of file JBillabong.cc.