ROOTPWA
|
#include <TPWAPhaseConstraint.h>
Public Member Functions | |
TPWAPhaseConstraint (double phase, TPWAAmp *master) | |
virtual | ~TPWAPhaseConstraint () |
virtual TPWAConstraint * | clone () |
virtual int | npar () const |
virtual std::string | type () const |
virtual std::string | parname (unsigned int i) const |
virtual std::complex< double > | cAmp (const std::complex< double > &) |
virtual std::complex< double > | dampdpar (unsigned int i) |
Private Attributes | |
double | _phi |
TPWAAmp * | _master |
Definition at line 33 of file TPWAPhaseConstraint.h.
TPWAPhaseConstraint::TPWAPhaseConstraint | ( | double | phase, |
TPWAAmp * | master | ||
) |
Definition at line 24 of file TPWAPhaseConstraint.cc.
Referenced by clone().
|
inlinevirtual |
Definition at line 39 of file TPWAPhaseConstraint.h.
|
virtual |
Implements TPWAConstraint.
Definition at line 30 of file TPWAPhaseConstraint.cc.
References _master, _phi, and TPWAAmp::amp().
|
inlinevirtual |
Implements TPWAConstraint.
Definition at line 41 of file TPWAPhaseConstraint.h.
References TPWAPhaseConstraint().
|
virtual |
Implements TPWAConstraint.
Definition at line 39 of file TPWAPhaseConstraint.cc.
References _master, _phi, and TPWAAmp::amp().
|
inlinevirtual |
Implements TPWAConstraint.
Definition at line 44 of file TPWAPhaseConstraint.h.
|
inlinevirtual |
Implements TPWAConstraint.
Definition at line 46 of file TPWAPhaseConstraint.h.
|
inlinevirtual |
Implements TPWAConstraint.
Definition at line 45 of file TPWAPhaseConstraint.h.
|
private |
Definition at line 54 of file TPWAPhaseConstraint.h.
Referenced by cAmp(), and dampdpar().
|
private |
Definition at line 53 of file TPWAPhaseConstraint.h.
Referenced by cAmp(), and dampdpar().