|
Jpp 20.0.0-27-g39925593c-D
the software that should make you happy
|
Vertex locator. More...
Public Member Functions | |
| JVelo (const JAbstractSoundVelocity &V, const double RMax_m, const double Xv_m, const double factor=1.0) | |
| Constructor. | |
| template<class T > | |
| int | operator() (const JVertex3D &vx, T __begin, T __end) const |
| Check vertex. | |
| template<class T > | |
| vertex_type | operator() (const JPosition3D &position, const hit_type &root, T __begin, T __end, const int numberOfHits=0) const |
| Locate vertex around given position. | |
Public Attributes | |
| const JAbstractSoundVelocity & | V |
| const double | Tmax_s |
Vertex locator.
Definition at line 300 of file JAcousticsTriggerProcessor.cc.
|
inline |
Constructor.
| V | sound velocity |
| RMax_m | radius for generation of vertices [m] |
| Xv_m | step size for generation of vertices [m] |
| factor | multiplication factor for corresponding time window |
Definition at line 311 of file JAcousticsTriggerProcessor.cc.
|
inline |
Check vertex.
| vx | vertex |
| __begin | begin of data |
| __end | end of data |
Definition at line 344 of file JAcousticsTriggerProcessor.cc.
|
inline |
Locate vertex around given position.
| position | position |
| root | root hit |
| __begin | begin of data |
| __end | end of data |
| numberOfHits | number of hits |
Definition at line 375 of file JAcousticsTriggerProcessor.cc.
| const JAbstractSoundVelocity& JACOUSTICS::JVelo::V |
Definition at line 407 of file JAcousticsTriggerProcessor.cc.
Definition at line 408 of file JAcousticsTriggerProcessor.cc.