#include <partondistribution.h>
|
| | partondistribution_with_qed (void) |
| |
| | partondistribution_with_qed (int n, double Q0, double A[], double alpha[], double beta[], double electric_charge=0.0, int eta=1) |
| |
| | partondistribution_with_qed (int n, double Q0, const std::valarray< double > &A, const std::valarray< double > &alpha, const std::valarray< double > &beta, double electric_charge, int eta=1) |
| |
| bool | with_qed (void) const |
| |
| double | get_electric_charge (void) const |
| |
| | partondistribution (void) |
| |
| | partondistribution (int n, double Q0, double A[], double alpha[], double beta[], int eta=1) |
| |
| | partondistribution (int n, double Q0, const std::valarray< double > &A, const std::valarray< double > &alpha, const std::valarray< double > &beta, int eta=1) |
| |
| double | get_Q0 (void) const |
| |
| int | get_eta (void) const |
| |
| complex_d | get_Mellin_transform (complex_d z) const |
| |
| double | get_F (double x, double z) const |
| |
| double | get_dF (double x, double z) const |
| |
| double | get_ddF (double x, double z) const |
| |
| double | get_dddF (double x, double z) const |
| |
| double | get_c0 (double x) const |
| |
|
|
double | electric_charge |
| | the electric charge of the parton
|
| |
|
int | n |
| |
|
double | Q0 |
| |
|
std::valarray< double > | A |
| |
|
std::valarray< double > | alpha |
| |
|
std::valarray< double > | beta |
| |
|
int | eta |
| |
§ partondistribution_with_qed() [1/3]
§ partondistribution_with_qed() [2/3]
| partondistribution_with_qed |
( |
int |
nr, |
|
|
double |
Q0r, |
|
|
double |
Ar[], |
|
|
double |
alphar[], |
|
|
double |
betar[], |
|
|
double |
electric_charger = 0.0, |
|
|
int |
etar = 1 |
|
) |
| |
§ partondistribution_with_qed() [3/3]
| partondistribution_with_qed |
( |
int |
nr, |
|
|
double |
Q0r, |
|
|
const std::valarray< double > & |
Ar, |
|
|
const std::valarray< double > & |
alphar, |
|
|
const std::valarray< double > & |
betar, |
|
|
double |
electric_charger, |
|
|
int |
etar = 1 |
|
) |
| |
Standard constructor from valarray
§ get_electric_charge()
| double get_electric_charge |
( |
void |
| ) |
const |
|
inlinevirtual |
§ with_qed()
| bool with_qed |
( |
void |
| ) |
const |
|
inlinevirtual |
§ operator+
Addition of two parton distributions
The values of
, the electric charge and
of the two summands have to agree, otherwise the function throws an exception.
The documentation for this class was generated from the following files: