#include <TFormFactor.h>
|
| virtual std::complex< double > | ff (const double &)=0 |
Definition at line 7 of file TFormFactor.h.
◆ TFormFactor()
| TFormFactor::TFormFactor |
( |
| ) |
|
◆ ~TFormFactor()
| virtual TFormFactor::~TFormFactor |
( |
| ) |
|
|
virtual |
◆ Eval()
| std::complex< double > TFormFactor::Eval |
( |
const double & | s | ) |
|
|
inline |
Definition at line 24 of file TFormFactor.h.
24 {
25 if (
fUnitFF )
return std::complex<double>( 1, 0 );
26 return std::complex<double>(
fsvsr->Eval(
s ),
fsvsi->Eval(
s ) );
27 }
◆ ff()
| virtual std::complex< double > TFormFactor::ff |
( |
const double & | | ) |
|
|
protectedpure virtual |
◆ GetFFMode()
| bool TFormFactor::GetFFMode |
( |
| ) |
|
|
inline |
◆ Init() [1/2]
| void TFormFactor::Init |
( |
| ) |
|
◆ Init() [2/2]
| void TFormFactor::Init |
( |
const double & | | ) |
|
◆ Print()
| void TFormFactor::Print |
( |
| ) |
|
◆ SetDefaultFF()
| void TFormFactor::SetDefaultFF |
( |
| ) |
|
|
inline |
◆ SetNpoints()
| void TFormFactor::SetNpoints |
( |
const unsigned int & | i | ) |
|
|
inline |
◆ SetUnitFF()
| void TFormFactor::SetUnitFF |
( |
| ) |
|
|
inline |
◆ fNp
| unsigned int TFormFactor::fNp |
|
protected |
◆ fsvsi
◆ fsvsr
◆ fUnitFF
| bool TFormFactor::fUnitFF |
|
protected |
The documentation for this class was generated from the following file: