#include <MagneticTF.h>
Public Member Functions | |
| std::complex< double > | GetTx () const |
| std::complex< double > | GetTy () const |
| double | GetRz () const |
| Coherency for the z-direction (Vertical magnetic field). | |
| double | GetdTx () const |
| double | GetdTy () const |
| MagneticTF () | |
| virtual | ~MagneticTF () |
Friends | |
| class | MTStation |
Definition at line 8 of file MagneticTF.h.
| MagneticTF::MagneticTF | ( | ) |
Definition at line 3 of file MagneticTF.cpp.
| MagneticTF::~MagneticTF | ( | ) | [virtual] |
Definition at line 13 of file MagneticTF.cpp.
| double MagneticTF::GetdTx | ( | ) | const [inline] |
Definition at line 22 of file MagneticTF.h.
| double MagneticTF::GetdTy | ( | ) | const [inline] |
Definition at line 23 of file MagneticTF.h.
| double MagneticTF::GetRz | ( | ) | const [inline] |
Coherency for the z-direction (Vertical magnetic field).
Definition at line 21 of file MagneticTF.h.
| std::complex<double> MagneticTF::GetTx | ( | ) | const [inline] |
Definition at line 18 of file MagneticTF.h.
| std::complex<double> MagneticTF::GetTy | ( | ) | const [inline] |
Definition at line 19 of file MagneticTF.h.
friend class MTStation [friend] |
Definition at line 24 of file MagneticTF.h.
1.5.8