![]() |
AmpGen 2.1
|
Definition at line 57 of file AmplitudeRules.h.
Public Member Functions | |
| TotalCoupling ()=default | |
| TotalCoupling (const TotalCoupling &other, const CouplingConstant &pA) | |
| TotalCoupling (const CouplingConstant &pA) | |
| std::complex< double > | operator() () const |
| Expression | to_expression () const |
| void | print () const |
| CouplingConstant | operator[] (const size_t &index) |
| bool | isFixed () const |
| bool | contains (const std::string &name) const |
| size_t | size () const |
| std::vector< CouplingConstant >::const_iterator | begin () const |
| std::vector< CouplingConstant >::const_iterator | end () const |
|
default |
| AmpGen::TotalCoupling::TotalCoupling | ( | const TotalCoupling & | other, |
| const CouplingConstant & | pA ) |
| AmpGen::TotalCoupling::TotalCoupling | ( | const CouplingConstant & | pA | ) |
|
inline |
Definition at line 69 of file AmplitudeRules.h.
| bool AmpGen::TotalCoupling::contains | ( | const std::string & | name | ) | const |
|
inline |
Definition at line 70 of file AmplitudeRules.h.
| bool AmpGen::TotalCoupling::isFixed | ( | ) | const |
| std::complex< double > AmpGen::TotalCoupling::operator() | ( | ) | const |
|
inline |
Definition at line 65 of file AmplitudeRules.h.
| void AmpGen::TotalCoupling::print | ( | ) | const |
|
inline |
Definition at line 68 of file AmplitudeRules.h.
| Expression AmpGen::TotalCoupling::to_expression | ( | ) | const |