A struct for the integrand for the slope. More...
#include <MPIHandler.h>
Public Member Functions | |
slopeInt (tcMPIHPtr handler, CrossSection hard, CrossSection soft=0 *millibarn, Energy2 softMu2=ZERO) | |
Constructor. | |
ValType | operator() (ArgType arg) const |
Operator to return the answer. | |
![]() | |
GSLHelper () | |
Constructor. | |
virtual | ~GSLHelper () |
Destructor. | |
virtual LengthDiff | vUnit () const |
Value type. | |
virtual Length | aUnit () const |
Agrument type. | |
Private Attributes | |
tcMPIHPtr | handler_ |
Pointer to the Handler that calls this integrand. | |
CrossSection | hardXSec_ |
The hard cross section to be eikonalized. | |
CrossSection | softXSec_ |
The soft cross section to be eikonalized. | |
Energy2 | softMu2_ |
The inv radius^2 of the soft interactions. | |
Additional Inherited Members | |
![]() | |
typedef Length | ArgType |
Typedef for Agrument type. | |
typedef LengthDiff | ValType |
Typedef for Value type. | |
A struct for the integrand for the slope.
Definition at line 787 of file MPIHandler.h.
|
inline |
Constructor.
handler | The handler |
hard | The hard cross section |
soft | The soft cross section |
softMu2 | \(\mu^2\) |
Definition at line 796 of file MPIHandler.h.
Operator to return the answer.
arg | The argument |
|
private |
Pointer to the Handler that calls this integrand.
Definition at line 812 of file MPIHandler.h.
|
private |
The hard cross section to be eikonalized.
Definition at line 817 of file MPIHandler.h.
|
private |
The inv radius^2 of the soft interactions.
Definition at line 827 of file MPIHandler.h.
|
private |
The soft cross section to be eikonalized.
Default is zero
Definition at line 822 of file MPIHandler.h.