Main Page
Class Categories
Classes
Namespaces
File List
File Members
exper-sw
cosmosw
AugerSW
Offline
source
main
Utilities
STL
PairComplexLgAmpPhase.h
Go to the documentation of this file.
1
7
#ifndef _utl_Pair_Complex_h_
8
#define _utl_Pair_Complex_h_
9
10
#include <utl/ComplexLgAmpPhase.h>
11
12
13
14
namespace
utl {
15
26
class
PairComplexLgAmpPhase
{
27
28
public
:
29
PairComplexLgAmpPhase
() :
fX
(0),
fY
(0) { }
30
PairComplexLgAmpPhase
(
const
double
x,
const
utl::ComplexLgAmpPhase
& y) :
fX
(x),
fY
(y) { }
31
32
double
X
()
const
{
return
fX
; }
33
const
ComplexLgAmpPhase
&
Y
()
const
{
return
fY
; }
34
35
private
:
36
double
fX
;
37
ComplexLgAmpPhase
fY
;
38
39
};
40
41
}
42
43
44
#endif
45
46
// Configure (x)emacs for this file ...
47
// Local Variables:
48
// mode: c++
49
// compile-command: "make -C .. -k"
50
// End:
utl::PairComplexLgAmpPhase::fX
double fX
Definition:
PairComplexLgAmpPhase.h:36
utl::PairComplexLgAmpPhase::PairComplexLgAmpPhase
PairComplexLgAmpPhase(const double x, const utl::ComplexLgAmpPhase &y)
Definition:
PairComplexLgAmpPhase.h:30
utl::PairComplexLgAmpPhase::Y
const ComplexLgAmpPhase & Y() const
Definition:
PairComplexLgAmpPhase.h:33
utl::ComplexLgAmpPhase
A class to store complex numbers which are internally represented by log10(amplitude) and phase (and ...
Definition:
ComplexLgAmpPhase.h:31
utl::PairComplexLgAmpPhase
Definition:
PairComplexLgAmpPhase.h:26
utl::PairComplexLgAmpPhase::X
double X() const
Definition:
PairComplexLgAmpPhase.h:32
utl::PairComplexLgAmpPhase::PairComplexLgAmpPhase
PairComplexLgAmpPhase()
Definition:
PairComplexLgAmpPhase.h:29
utl::PairComplexLgAmpPhase::fY
ComplexLgAmpPhase fY
Definition:
PairComplexLgAmpPhase.h:37
, generated on Tue Sep 26 2023.