ROOTPWA
Classes | Namespaces | Functions
amplitudeTreeLeaf.h File Reference
#include <vector>
#include <map>
#include <complex>
#include "TObject.h"

Go to the source code of this file.

Classes

class  rpwa::amplitudeTreeLeaf

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 &ampA, const amplitudeTreeLeaf &ampB)
amplitudeTreeLeaf rpwa::operator- (const amplitudeTreeLeaf &ampA, const amplitudeTreeLeaf &ampB)
template<typename T >
amplitudeTreeLeaf rpwa::operator* (const amplitudeTreeLeaf &amp, const T &factor)
template<typename T >
amplitudeTreeLeaf rpwa::operator* (const T &factor, const amplitudeTreeLeaf &amp)
template<typename T >
amplitudeTreeLeaf rpwa::operator/ (const amplitudeTreeLeaf &amp, const T &factor)
std::ostream & rpwa::operator<< (std::ostream &out, const amplitudeTreeLeaf &amp)