|
Jpp test-rotations-old-533-g2bdbdb559
the software that should make you happy
|
Auxiliary class for 2nd order polynomial form factor. More...
#include <JDeltaRays.hh>
Public Member Functions | |
| JFormFactor (const double a, const double b, const double c) | |
| Constructor. | |
| double | operator() (const double T) const |
| Get form factor for given delta-ray kinetic energy. | |
Private Attributes | |
| double | a |
| 2nd order polynomial coefficient [GeV^-2] | |
| double | b |
| 1st order polynomial coefficient [GeV^-1] | |
| double | c |
| 0th order polynomial coefficient [unit] | |
Auxiliary class for 2nd order polynomial form factor.
Definition at line 95 of file JDeltaRays.hh.
|
inline |
Constructor.
| a | 2nd order polynomial coefficient [GeV^-2] |
| b | 1st order polynomial coefficient [GeV^-1] |
| c | 0th order polynomial coefficient [unit] |
Definition at line 104 of file JDeltaRays.hh.
|
inline |
Get form factor for given delta-ray kinetic energy.
| T | delta-ray kinetic energy [GeV] |
Definition at line 119 of file JDeltaRays.hh.
|
private |
2nd order polynomial coefficient [GeV^-2]
Definition at line 126 of file JDeltaRays.hh.
|
private |
1st order polynomial coefficient [GeV^-1]
Definition at line 127 of file JDeltaRays.hh.
|
private |
0th order polynomial coefficient [unit]
Definition at line 128 of file JDeltaRays.hh.