ROOTPWA
Functions
TPWAAmp.cc File Reference
#include "TPWAAmp.h"
#include <iostream>
#include <sstream>

Go to the source code of this file.

Functions

complex< double > operator* (TPWAAmp &lhs, TPWAAmp &rhs)
complex< double > operator* (TPWAAmp &lhs, const complex< double > &rhs)
complex< double > operator* (const complex< double > &lhs, TPWAAmp &rhs)
std::ostream & operator<< (std::ostream &s, const TPWAAmp &me)

Function Documentation

complex<double> operator* ( TPWAAmp lhs,
TPWAAmp rhs 
)

Definition at line 92 of file TPWAAmp.cc.

References TPWAAmp::amp().

complex<double> operator* ( TPWAAmp lhs,
const complex< double > &  rhs 
)

Definition at line 96 of file TPWAAmp.cc.

References TPWAAmp::amp().

complex<double> operator* ( const complex< double > &  lhs,
TPWAAmp rhs 
)

Definition at line 100 of file TPWAAmp.cc.

References TPWAAmp::amp().

std::ostream& operator<< ( std::ostream &  s,
const TPWAAmp me 
)

Definition at line 104 of file TPWAAmp.cc.

References TPWAAmp::amp(), and TPWAAmp::name().