BOSS 7.0.9
BESIII Offline Software System
|
#include <iostream>
#include <math.h>
#include "EvtGenBase/EvtConst.hh"
Go to the source code of this file.
Classes | |
class | EvtComplex |
Typedefs | |
typedef EvtComplex * | EvtComplexPtr |
typedef EvtComplexPtr * | EvtComplexPtrPtr |
typedef EvtComplexPtrPtr * | EvtComplexPtrPtrPtr |
Functions | |
EvtComplex | operator* (double d, const EvtComplex &c) |
EvtComplex | operator* (const EvtComplex &c, double d) |
EvtComplex | operator/ (const EvtComplex &c, double d) |
EvtComplex | operator/ (double d, const EvtComplex &c) |
EvtComplex | operator/ (const EvtComplex &c1, const EvtComplex &c2) |
EvtComplex | operator* (const EvtComplex &c1, const EvtComplex &c2) |
EvtComplex | operator- (const EvtComplex &c1, const EvtComplex &c2) |
EvtComplex | operator+ (const EvtComplex &c1, const EvtComplex &c2) |
EvtComplex | operator- (const EvtComplex &c) |
EvtComplex | conj (const EvtComplex &c) |
double | abs (const EvtComplex &c) |
double | abs2 (const EvtComplex &c) |
double | arg (const EvtComplex &c) |
double | real (const EvtComplex &c) |
double | imag (const EvtComplex &c) |
EvtComplex | exp (const EvtComplex &c) |
typedef EvtComplex* EvtComplexPtr |
Definition at line 68 of file BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtComplex.hh.
typedef EvtComplexPtr* EvtComplexPtrPtr |
Definition at line 69 of file BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtComplex.hh.
typedef EvtComplexPtrPtr* EvtComplexPtrPtrPtr |
Definition at line 70 of file BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtComplex.hh.
double abs | ( | const EvtComplex & | c | ) |
Definition at line 212 of file BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtComplex.hh.
double abs2 | ( | const EvtComplex & | c | ) |
Definition at line 221 of file BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtComplex.hh.
double arg | ( | const EvtComplex & | c | ) |
Definition at line 227 of file BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtComplex.hh.
EvtComplex conj | ( | const EvtComplex & | c | ) |
Definition at line 206 of file BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtComplex.hh.
EvtComplex exp | ( | const EvtComplex & | c | ) |
Definition at line 252 of file BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtComplex.hh.
Referenced by exp().
double imag | ( | const EvtComplex & | c | ) |
Definition at line 246 of file BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtComplex.hh.
EvtComplex operator* | ( | const EvtComplex & | c, |
double | d | ||
) |
Definition at line 117 of file BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtComplex.hh.
EvtComplex operator* | ( | const EvtComplex & | c1, |
const EvtComplex & | c2 | ||
) |
Definition at line 168 of file BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtComplex.hh.
EvtComplex operator* | ( | double | d, |
const EvtComplex & | c | ||
) |
Definition at line 111 of file BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtComplex.hh.
EvtComplex operator+ | ( | const EvtComplex & | c1, |
const EvtComplex & | c2 | ||
) |
Definition at line 181 of file BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtComplex.hh.
EvtComplex operator- | ( | const EvtComplex & | c | ) |
Definition at line 200 of file BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtComplex.hh.
EvtComplex operator- | ( | const EvtComplex & | c1, |
const EvtComplex & | c2 | ||
) |
Definition at line 175 of file BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtComplex.hh.
EvtComplex operator/ | ( | const EvtComplex & | c, |
double | d | ||
) |
Definition at line 125 of file BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtComplex.hh.
EvtComplex operator/ | ( | const EvtComplex & | c1, |
const EvtComplex & | c2 | ||
) |
Definition at line 159 of file BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtComplex.hh.
EvtComplex operator/ | ( | double | d, |
const EvtComplex & | c | ||
) |
Definition at line 149 of file BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtComplex.hh.
double real | ( | const EvtComplex & | c | ) |
Definition at line 240 of file BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtComplex.hh.