#include <vector>
#include <map>
#include <complex>
#include "TObject.h"
Go to the source code of this file.
Namespaces |
namespace | rpwa |
| Calculates the partial wave weight for a given event.
|
Functions |
bool | rpwa::operator== (const amplitudeTreeLeaf &lhsAmp, const amplitudeTreeLeaf &rhsAmp) |
bool | rpwa::operator!= (const amplitudeTreeLeaf &lhsAmp, const amplitudeTreeLeaf &rhsAmp) |
amplitudeTreeLeaf | rpwa::operator+ (const amplitudeTreeLeaf &A, const amplitudeTreeLeaf &B) |
amplitudeTreeLeaf | rpwa::operator- (const amplitudeTreeLeaf &A, const amplitudeTreeLeaf &B) |
template<typename T > |
amplitudeTreeLeaf | rpwa::operator* (const amplitudeTreeLeaf &, const T &factor) |
template<typename T > |
amplitudeTreeLeaf | rpwa::operator* (const T &factor, const amplitudeTreeLeaf &) |
template<typename T > |
amplitudeTreeLeaf | rpwa::operator/ (const amplitudeTreeLeaf &, const T &factor) |
std::ostream & | rpwa::operator<< (std::ostream &out, const amplitudeTreeLeaf &) |