#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 23 of file TVacuumPol.h.
23 {
24 if(
fNoVP)
return std::complex<double>(1,0);
26 }
virtual double Eval(double x) const =0
◆ Evalt()
std::complex< double > TVacuumPol::Evalt |
( |
const double & |
t | ) |
|
|
inline |
Definition at line 27 of file TVacuumPol.h.
27 {
28 if(
fNoVP)
return std::complex<double>(1,0);
29 return std::complex<double>(
fsvtr->
Eval(fabs(
t)),0.);
30 }
◆ 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: