#include <TVacuumPol.h>
Definition at line 8 of file TVacuumPol.h.
◆ TVacuumPol()
| TVacuumPol::TVacuumPol |
( |
| ) |
|
◆ ~TVacuumPol()
| TVacuumPol::~TVacuumPol |
( |
| ) |
|
◆ Evals()
| std::complex< double > TVacuumPol::Evals |
( |
const double & | s | ) |
|
|
inline |
Definition at line 24 of file TVacuumPol.h.
24 {
25 if (
fNoVP )
return std::complex<double>( 1, 0 );
26 return std::complex<double>(
fsvsr->Eval(
s ),
fsvsi->Eval(
s ) );
27 }
◆ Evalt()
| std::complex< double > TVacuumPol::Evalt |
( |
const double & | t | ) |
|
|
inline |
Definition at line 28 of file TVacuumPol.h.
28 {
29 if (
fNoVP )
return std::complex<double>( 1, 0 );
30 return std::complex<double>(
fsvtr->Eval( fabs(
t ) ), 0. );
31 }
◆ GetVacuumPolarization()
| bool TVacuumPol::GetVacuumPolarization |
( |
| ) |
|
|
inline |
◆ Init()
| void TVacuumPol::Init |
( |
std::string | , |
|
|
std::string | ) |
◆ ReadVacuumPolData()
| void TVacuumPol::ReadVacuumPolData |
( |
std::string | | ) |
|
|
protected |
◆ SetDefaultVP()
| void TVacuumPol::SetDefaultVP |
( |
| ) |
|
|
inline |
◆ SetZeroVP()
| void TVacuumPol::SetZeroVP |
( |
| ) |
|
|
inline |
◆ fNoVP
◆ fReadSuccessfullyVP
| bool TVacuumPol::fReadSuccessfullyVP |
|
protected |
◆ fsvsi
◆ fsvsr
◆ fsvtr
The documentation for this class was generated from the following file: