#include <CMagneticTF.h>
Collaboration diagram for CMagneticTF:

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 |
| CMagneticTF () | |
| virtual | ~CMagneticTF () |
Friends | |
| class | CMTStation |
Definition at line 5 of file CMagneticTF.h.
| CMagneticTF::CMagneticTF | ( | ) |
Definition at line 3 of file CMagneticTF.cpp.
00003 : 00004 Tx(0), 00005 Ty(0), 00006 dTx(0), 00007 dTy(0), 00008 Rz(0), 00009 frequency(0) 00010 { 00011 }
| CMagneticTF::~CMagneticTF | ( | ) | [virtual] |
| std::complex<double> CMagneticTF::GetTx | ( | ) | const [inline] |
| std::complex<double> CMagneticTF::GetTy | ( | ) | const [inline] |
| double CMagneticTF::GetRz | ( | ) | const [inline] |
Coherency for the z-direction (Vertical magnetic field).
Definition at line 18 of file CMagneticTF.h.
| double CMagneticTF::GetdTx | ( | ) | const [inline] |
| double CMagneticTF::GetdTy | ( | ) | const [inline] |
friend class CMTStation [friend] |
Definition at line 21 of file CMagneticTF.h.
1.5.1