ROOTPWA
Public Member Functions | Private Attributes | List of all members
rpwa::pwachannel Class Reference

#include <pwacomponent.h>

Public Member Functions

 pwachannel ()
 pwachannel (std::complex< double > coupling, TGraph *phasespace)
 pwachannel (const rpwa::pwachannel &ch)
 cp ctor
std::complex< double > C () const
 cp ctor
std::complex< double > CsqrtPS (double m) const
TGraph * ps () const
double ps (double m) const
void setCoupling (std::complex< double > c)

Private Attributes

std::complex< double > _C
TGraph * _ps
TGraph * _sqrtps

Detailed Description

Definition at line 34 of file pwacomponent.h.

Constructor & Destructor Documentation

rpwa::pwachannel::pwachannel ( )
inline

Definition at line 36 of file pwacomponent.h.

rpwa::pwachannel::pwachannel ( std::complex< double >  coupling,
TGraph *  phasespace 
)
inline

Definition at line 37 of file pwacomponent.h.

rpwa::pwachannel::pwachannel ( const rpwa::pwachannel ch)

cp ctor

Definition at line 32 of file pwacomponent.cc.

Member Function Documentation

std::complex<double> rpwa::pwachannel::C ( ) const
inline

cp ctor

Definition at line 54 of file pwacomponent.h.

References _C.

Referenced by main().

std::complex<double> rpwa::pwachannel::CsqrtPS ( double  m) const
inline

Definition at line 55 of file pwacomponent.h.

References _C, and _ps.

TGraph* rpwa::pwachannel::ps ( ) const
inline

Definition at line 57 of file pwacomponent.h.

References _ps.

double rpwa::pwachannel::ps ( double  m) const
inline

Definition at line 58 of file pwacomponent.h.

References _ps.

void rpwa::pwachannel::setCoupling ( std::complex< double >  c)
inline

Definition at line 61 of file pwacomponent.h.

References _C.

Member Data Documentation

std::complex<double> rpwa::pwachannel::_C
private

Definition at line 65 of file pwacomponent.h.

Referenced by C(), CsqrtPS(), and setCoupling().

TGraph* rpwa::pwachannel::_ps
private

Definition at line 66 of file pwacomponent.h.

Referenced by CsqrtPS(), and ps().

TGraph* rpwa::pwachannel::_sqrtps
private

Definition at line 67 of file pwacomponent.h.


The documentation for this class was generated from the following files: