Herwig 7.3.0
|
A struct for the root finding that is necessary to determine the soft cross section and soft mu2 that are needed to describe the total cross section AND elastic slope correctly. More...
#include <MPIHandler.h>
Public Member Functions | |
slopeBisection (tcMPIHPtr handler) | |
Constructor. | |
InvEnergy2 | operator() (Energy2 arg) const |
Return the difference of the calculated elastic slope to the experimental one for a given value of the soft mu2. | |
CrossSection | softXSec () const |
Return the soft cross section that has been calculated. | |
![]() | |
GSLHelper () | |
Constructor. | |
virtual | ~GSLHelper () |
Destructor. | |
virtual InvEnergy2 | vUnit () const |
Value type. | |
virtual Energy2 | aUnit () const |
Agrument type. | |
Private Attributes | |
tcMPIHPtr | handler_ |
const pointer to the MPIHandler to give access to member functions. | |
CrossSection | softXSec_ |
soft cross section that is determined on the fly. | |
Additional Inherited Members | |
![]() | |
typedef Energy2 | ArgType |
Typedef for Agrument type. | |
typedef InvEnergy2 | ValType |
Typedef for Value type. | |
A struct for the root finding that is necessary to determine the soft cross section and soft mu2 that are needed to describe the total cross section AND elastic slope correctly.
Definition at line 713 of file MPIHandler.h.
|
inline |
Constructor.
Definition at line 716 of file MPIHandler.h.
InvEnergy2 Herwig::slopeBisection::operator() | ( | Energy2 | arg | ) | const |
Return the difference of the calculated elastic slope to the experimental one for a given value of the soft mu2.
During that, the soft cross section get fixed.
|
inline |
Return the soft cross section that has been calculated.
Definition at line 726 of file MPIHandler.h.
References softXSec_.
|
private |
const pointer to the MPIHandler to give access to member functions.
Definition at line 730 of file MPIHandler.h.
|
mutableprivate |
soft cross section that is determined on the fly.
Definition at line 732 of file MPIHandler.h.
Referenced by softXSec().