This is the supporting utility to calculate time delays relative to the origin according to the chosen model of the wavefront. Plane, spherical, conical and hyperbolic wavefront models are available. More...
#include <RdWaveModel.h>
Public Member Functions | |
virtual double | delay (const utl::Point antennaPos, const evt::ShowerRRecData &rrec) const =0 |
RdWaveModel () | |
void | setOrigin (utl::Point origin) |
void | setSkyPos (utl::Point skyPos) |
~RdWaveModel () | |
Protected Attributes | |
utl::Point | origin |
utl::Point | skyPos |
This is the supporting utility to calculate time delays relative to the origin according to the chosen model of the wavefront. Plane, spherical, conical and hyperbolic wavefront models are available.
Definition at line 32 of file RdBeamFormer/RdWaveModel.h.
RdBeamFormer::RdWaveModel::RdWaveModel | ( | ) |
Definition at line 31 of file RdBeamFormer/RdWaveModel.cc.
RdBeamFormer::RdWaveModel::~RdWaveModel | ( | ) |
Definition at line 35 of file RdBeamFormer/RdWaveModel.cc.
|
pure virtual |
void RdBeamFormer::RdWaveModel::setOrigin | ( | utl::Point | origin | ) |
Definition at line 43 of file RdBeamFormer/RdWaveModel.cc.
Referenced by RdBeamFormer::RdBeamFormer::shiftTraces().
void RdBeamFormer::RdWaveModel::setSkyPos | ( | utl::Point | skyPos | ) |
Definition at line 47 of file RdBeamFormer/RdWaveModel.cc.
Referenced by RdBeamFormer::RdBeamFormer::shiftTraces().
|
protected |
Definition at line 46 of file RdBeamFormer/RdWaveModel.h.
|
protected |
Definition at line 47 of file RdBeamFormer/RdWaveModel.h.