BOSS 7.0.9
BESIII Offline Software System
|
#include <EvtSpinAmp.hh>
Public Member Functions | |
EvtSpinAmp () | |
EvtSpinAmp (const vector< EvtSpinType::spintype > &twospin) | |
EvtSpinAmp (const vector< EvtSpinType::spintype > &twospin, const EvtComplex &val) | |
EvtSpinAmp (const vector< EvtSpinType::spintype > &twospin, const vector< EvtComplex > &elem) | |
EvtSpinAmp (const EvtSpinAmp &) | |
~EvtSpinAmp () | |
EvtComplex & | operator() (const vector< int > &) |
const EvtComplex & | operator() (const vector< int > &) const |
EvtComplex & | operator() (int,...) |
const EvtComplex & | operator() (int,...) const |
EvtSpinAmp & | operator= (const EvtSpinAmp &) |
EvtSpinAmp | operator+ (const EvtSpinAmp &) const |
EvtSpinAmp & | operator+= (const EvtSpinAmp &) |
EvtSpinAmp | operator- (const EvtSpinAmp &) const |
EvtSpinAmp & | operator-= (const EvtSpinAmp &) |
EvtSpinAmp | operator* (const EvtSpinAmp &) const |
EvtSpinAmp & | operator*= (const EvtSpinAmp &) |
EvtSpinAmp & | operator*= (const EvtComplex &) |
EvtSpinAmp & | operator/= (const EvtComplex &) |
void | intcont (int, int) |
void | extcont (const EvtSpinAmp &, int, int) |
void | assign (const EvtComplex &val) |
int | rank () const |
const vector< int > & | dims () const |
void | addspin (int twospin) |
void | setelem (const vector< EvtComplex > &elem) |
bool | iterate (vector< int > &index) const |
vector< int > | iterinit () const |
bool | allowed (const vector< int > &index) const |
bool | iterateallowed (vector< int > &index) const |
vector< int > | iterallowedinit () const |
EvtSpinAmp () | |
EvtSpinAmp (const vector< EvtSpinType::spintype > &twospin) | |
EvtSpinAmp (const vector< EvtSpinType::spintype > &twospin, const EvtComplex &val) | |
EvtSpinAmp (const vector< EvtSpinType::spintype > &twospin, const vector< EvtComplex > &elem) | |
EvtSpinAmp (const EvtSpinAmp &) | |
~EvtSpinAmp () | |
EvtComplex & | operator() (const vector< int > &) |
const EvtComplex & | operator() (const vector< int > &) const |
EvtComplex & | operator() (int,...) |
const EvtComplex & | operator() (int,...) const |
EvtSpinAmp & | operator= (const EvtSpinAmp &) |
EvtSpinAmp | operator+ (const EvtSpinAmp &) const |
EvtSpinAmp & | operator+= (const EvtSpinAmp &) |
EvtSpinAmp | operator- (const EvtSpinAmp &) const |
EvtSpinAmp & | operator-= (const EvtSpinAmp &) |
EvtSpinAmp | operator* (const EvtSpinAmp &) const |
EvtSpinAmp & | operator*= (const EvtSpinAmp &) |
EvtSpinAmp & | operator*= (const EvtComplex &) |
EvtSpinAmp & | operator/= (const EvtComplex &) |
void | intcont (int, int) |
void | extcont (const EvtSpinAmp &, int, int) |
void | assign (const EvtComplex &val) |
int | rank () const |
const vector< int > & | dims () const |
void | addspin (int twospin) |
void | setelem (const vector< EvtComplex > &elem) |
bool | iterate (vector< int > &index) const |
vector< int > | iterinit () const |
bool | allowed (const vector< int > &index) const |
bool | iterateallowed (vector< int > &index) const |
vector< int > | iterallowedinit () const |
Friends | |
EvtSpinAmp | operator* (const EvtComplex &, const EvtSpinAmp &) |
EvtSpinAmp | operator* (const EvtSpinAmp &, const EvtComplex &) |
EvtSpinAmp | operator/ (const EvtSpinAmp &, const EvtComplex &) |
std::ostream & | operator<< (std::ostream &, const EvtSpinAmp &) |
EvtSpinAmp | operator* (const EvtComplex &, const EvtSpinAmp &) |
EvtSpinAmp | operator* (const EvtSpinAmp &, const EvtComplex &) |
EvtSpinAmp | operator/ (const EvtSpinAmp &, const EvtComplex &) |
std::ostream & | operator<< (std::ostream &, const EvtSpinAmp &) |
Definition at line 17 of file bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtSpinAmp.hh.
|
inline |
Definition at line 27 of file bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtSpinAmp.hh.
EvtSpinAmp::EvtSpinAmp | ( | const vector< EvtSpinType::spintype > & | twospin | ) |
Definition at line 63 of file bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtSpinAmp.cc.
EvtSpinAmp::EvtSpinAmp | ( | const vector< EvtSpinType::spintype > & | twospin, |
const EvtComplex & | val | ||
) |
Definition at line 75 of file bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtSpinAmp.cc.
EvtSpinAmp::EvtSpinAmp | ( | const vector< EvtSpinType::spintype > & | twospin, |
const vector< EvtComplex > & | elem | ||
) |
Definition at line 87 of file bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtSpinAmp.cc.
EvtSpinAmp::EvtSpinAmp | ( | const EvtSpinAmp & | copy | ) |
Definition at line 107 of file bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtSpinAmp.cc.
|
inline |
Definition at line 33 of file bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtSpinAmp.hh.
|
inline |
Definition at line 27 of file BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtSpinAmp.hh.
EvtSpinAmp::EvtSpinAmp | ( | const vector< EvtSpinType::spintype > & | twospin | ) |
EvtSpinAmp::EvtSpinAmp | ( | const vector< EvtSpinType::spintype > & | twospin, |
const EvtComplex & | val | ||
) |
EvtSpinAmp::EvtSpinAmp | ( | const vector< EvtSpinType::spintype > & | twospin, |
const vector< EvtComplex > & | elem | ||
) |
EvtSpinAmp::EvtSpinAmp | ( | const EvtSpinAmp & | ) |
|
inline |
Definition at line 33 of file BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtSpinAmp.hh.
|
inline |
Definition at line 71 of file bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtSpinAmp.hh.
|
inline |
Definition at line 71 of file BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtSpinAmp.hh.
bool EvtSpinAmp::allowed | ( | const vector< int > & | index | ) | const |
Definition at line 386 of file bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtSpinAmp.cc.
Referenced by EvtMHelAmp::EvtMHelAmp(), iterallowedinit(), and iterateallowed().
bool EvtSpinAmp::allowed | ( | const vector< int > & | index | ) | const |
|
inline |
Definition at line 61 of file bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtSpinAmp.hh.
|
inline |
Definition at line 61 of file BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtSpinAmp.hh.
|
inline |
Definition at line 67 of file bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtSpinAmp.hh.
Referenced by EvtMultibody::decay().
|
inline |
Definition at line 67 of file BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtSpinAmp.hh.
void EvtSpinAmp::extcont | ( | const EvtSpinAmp & | cont, |
int | a, | ||
int | b | ||
) |
Definition at line 489 of file bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtSpinAmp.cc.
Referenced by EvtMHelAmp::amplitude(), and EvtMultibody::decay().
void EvtSpinAmp::extcont | ( | const EvtSpinAmp & | , |
int | , | ||
int | |||
) |
void EvtSpinAmp::intcont | ( | int | a, |
int | b | ||
) |
Definition at line 431 of file bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtSpinAmp.cc.
Referenced by extcont().
void EvtSpinAmp::intcont | ( | int | , |
int | |||
) |
vector< int > EvtSpinAmp::iterallowedinit | ( | ) | const |
Definition at line 421 of file bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtSpinAmp.cc.
Referenced by EvtMHelAmp::amplitude(), and EvtMultibody::decay().
vector< int > EvtSpinAmp::iterallowedinit | ( | ) | const |
bool EvtSpinAmp::iterate | ( | vector< int > & | index | ) | const |
Definition at line 369 of file bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtSpinAmp.cc.
Referenced by EvtMHelAmp::EvtMHelAmp(), intcont(), iterallowedinit(), iterateallowed(), operator*(), and operator<<().
bool EvtSpinAmp::iterate | ( | vector< int > & | index | ) | const |
bool EvtSpinAmp::iterateallowed | ( | vector< int > & | index | ) | const |
Definition at line 411 of file bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtSpinAmp.cc.
Referenced by EvtMHelAmp::amplitude(), and EvtMultibody::decay().
bool EvtSpinAmp::iterateallowed | ( | vector< int > & | index | ) | const |
vector< int > EvtSpinAmp::iterinit | ( | ) | const |
Definition at line 359 of file bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtSpinAmp.cc.
Referenced by EvtMHelAmp::EvtMHelAmp(), intcont(), iterallowedinit(), and operator<<().
vector< int > EvtSpinAmp::iterinit | ( | ) | const |
EvtComplex & EvtSpinAmp::operator() | ( | const vector< int > & | index | ) |
Definition at line 168 of file bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtSpinAmp.cc.
EvtComplex & EvtSpinAmp::operator() | ( | const vector< int > & | ) |
const EvtComplex & EvtSpinAmp::operator() | ( | const vector< int > & | index | ) | const |
Definition at line 191 of file bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtSpinAmp.cc.
const EvtComplex & EvtSpinAmp::operator() | ( | const vector< int > & | ) | const |
EvtComplex & EvtSpinAmp::operator() | ( | int | i, |
... | |||
) |
Definition at line 214 of file bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtSpinAmp.cc.
EvtComplex & EvtSpinAmp::operator() | ( | int | , |
... | |||
) |
const EvtComplex & EvtSpinAmp::operator() | ( | int | i, |
... | |||
) | const |
Definition at line 230 of file bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtSpinAmp.cc.
const EvtComplex & EvtSpinAmp::operator() | ( | int | , |
... | |||
) | const |
EvtSpinAmp EvtSpinAmp::operator* | ( | const EvtSpinAmp & | amp2 | ) | const |
Definition at line 300 of file bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtSpinAmp.cc.
EvtSpinAmp EvtSpinAmp::operator* | ( | const EvtSpinAmp & | ) | const |
EvtSpinAmp & EvtSpinAmp::operator*= | ( | const EvtComplex & | real | ) |
Definition at line 343 of file bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtSpinAmp.cc.
EvtSpinAmp & EvtSpinAmp::operator*= | ( | const EvtComplex & | ) |
EvtSpinAmp & EvtSpinAmp::operator*= | ( | const EvtSpinAmp & | cont | ) |
Definition at line 336 of file bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtSpinAmp.cc.
EvtSpinAmp & EvtSpinAmp::operator*= | ( | const EvtSpinAmp & | ) |
EvtSpinAmp EvtSpinAmp::operator+ | ( | const EvtSpinAmp & | cont | ) | const |
Definition at line 255 of file bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtSpinAmp.cc.
EvtSpinAmp EvtSpinAmp::operator+ | ( | const EvtSpinAmp & | ) | const |
EvtSpinAmp & EvtSpinAmp::operator+= | ( | const EvtSpinAmp & | cont | ) |
Definition at line 267 of file bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtSpinAmp.cc.
EvtSpinAmp & EvtSpinAmp::operator+= | ( | const EvtSpinAmp & | ) |
EvtSpinAmp EvtSpinAmp::operator- | ( | const EvtSpinAmp & | cont | ) | const |
Definition at line 278 of file bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtSpinAmp.cc.
EvtSpinAmp EvtSpinAmp::operator- | ( | const EvtSpinAmp & | ) | const |
EvtSpinAmp & EvtSpinAmp::operator-= | ( | const EvtSpinAmp & | cont | ) |
Definition at line 289 of file bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtSpinAmp.cc.
EvtSpinAmp & EvtSpinAmp::operator-= | ( | const EvtSpinAmp & | ) |
EvtSpinAmp & EvtSpinAmp::operator/= | ( | const EvtComplex & | real | ) |
Definition at line 351 of file bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtSpinAmp.cc.
EvtSpinAmp & EvtSpinAmp::operator/= | ( | const EvtComplex & | ) |
EvtSpinAmp & EvtSpinAmp::operator= | ( | const EvtSpinAmp & | cont | ) |
Definition at line 246 of file bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtSpinAmp.cc.
EvtSpinAmp & EvtSpinAmp::operator= | ( | const EvtSpinAmp & | ) |
|
inline |
Definition at line 64 of file bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtSpinAmp.hh.
Referenced by EvtMultibody::decay(), extcont(), intcont(), and operator*().
|
inline |
Definition at line 64 of file BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtSpinAmp.hh.
|
inline |
Definition at line 72 of file bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtSpinAmp.hh.
|
inline |
Definition at line 72 of file BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtSpinAmp.hh.
|
friend |
Definition at line 25 of file bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtSpinAmp.cc.
|
friend |
Definition at line 25 of file bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtSpinAmp.cc.
|
friend |
Definition at line 36 of file bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtSpinAmp.cc.
|
friend |
Definition at line 36 of file bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtSpinAmp.cc.
|
friend |
Definition at line 41 of file bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtSpinAmp.cc.
|
friend |
Definition at line 41 of file bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtSpinAmp.cc.
|
friend |
Definition at line 8 of file bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtSpinAmp.cc.
|
friend |
Definition at line 8 of file bak-BesEvtGen-00-04-08/src/EvtGen/EvtGenBase/EvtSpinAmp.cc.