StRoot
1
|
Public Member Functions | |
EvtComplex (double rpart, double ipart=0.0) | |
EvtComplex (const EvtComplex &c) | |
EvtComplex & | operator*= (double d) |
EvtComplex & | operator/= (double d) |
EvtComplex & | operator*= (EvtComplex c) |
EvtComplex & | operator/= (EvtComplex c) |
EvtComplex & | operator= (const EvtComplex &c) |
EvtComplex & | operator+= (const EvtComplex &c) |
EvtComplex & | operator-= (const EvtComplex &c) |
EvtComplex & | operator+= (double d) |
EvtComplex & | operator-= (double d) |
int | operator== (const EvtComplex c) |
int | operator!= (const EvtComplex c) |
Friends | |
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) |
std::ostream & | operator<< (std::ostream &s, const EvtComplex &c) |
Definition at line 28 of file EvtComplex.hh.