|
EvtGen 2.2.0
Monte Carlo generator of particle decays, in particular the weak decays of heavy flavour particles such as B mesons.
|
#include <EvtGenBase/EvtComplex.hh>
Public Member Functions | |
| EvtComplex () | |
| 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) |
Private Attributes | |
| double | m_rpart |
| double | m_ipart |
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 29 of file EvtComplex.hh.
|
inline |
Definition at line 53 of file EvtComplex.hh.
|
inline |
Definition at line 54 of file EvtComplex.hh.
|
inline |
Definition at line 58 of file EvtComplex.hh.
|
inline |
Definition at line 188 of file EvtComplex.hh.
|
inline |
Definition at line 135 of file EvtComplex.hh.
| EvtComplex & EvtComplex::operator*= | ( | EvtComplex | c | ) |
Definition at line 33 of file EvtComplex.cpp.
|
inline |
Definition at line 90 of file EvtComplex.hh.
|
inline |
Definition at line 106 of file EvtComplex.hh.
|
inline |
Definition at line 98 of file EvtComplex.hh.
|
inline |
Definition at line 113 of file EvtComplex.hh.
|
inline |
Definition at line 143 of file EvtComplex.hh.
| EvtComplex & EvtComplex::operator/= | ( | EvtComplex | c | ) |
Definition at line 44 of file EvtComplex.cpp.
|
inline |
Definition at line 82 of file EvtComplex.hh.
|
inline |
Definition at line 183 of file EvtComplex.hh.
|
friend |
Definition at line 203 of file EvtComplex.hh.
|
friend |
Definition at line 211 of file EvtComplex.hh.
|
friend |
Definition at line 216 of file EvtComplex.hh.
|
friend |
Definition at line 198 of file EvtComplex.hh.
|
friend |
Definition at line 242 of file EvtComplex.hh.
|
friend |
Definition at line 237 of file EvtComplex.hh.
|
friend |
Definition at line 125 of file EvtComplex.hh.
|
friend |
Definition at line 167 of file EvtComplex.hh.
|
friend |
Definition at line 120 of file EvtComplex.hh.
|
friend |
Definition at line 178 of file EvtComplex.hh.
|
friend |
Definition at line 193 of file EvtComplex.hh.
|
friend |
Definition at line 173 of file EvtComplex.hh.
|
friend |
Definition at line 130 of file EvtComplex.hh.
|
friend |
Definition at line 158 of file EvtComplex.hh.
|
friend |
Definition at line 151 of file EvtComplex.hh.
|
friend |
|
friend |
Definition at line 232 of file EvtComplex.hh.
|
private |
Definition at line 75 of file EvtComplex.hh.
|
private |
Definition at line 75 of file EvtComplex.hh.