herwig is hosted by Hepforge, IPPP Durham
Herwig  7.2.1
Herwig::slopeInt Struct Reference

A struct for the integrand for the slope. More...

#include <MPIHandler.h>

Inheritance diagram for Herwig::slopeInt:

Public Member Functions

 slopeInt (tcMPIHPtr handler, CrossSection hard, CrossSection soft=0 *millibarn, Energy2 softMu2=ZERO)
 Constructor. More...
 
ValType operator() (ArgType arg) const
 Operator to return the answer. More...
 
- Public Member Functions inherited from Herwig::GSLHelper< LengthDiff, Length >
 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. More...
 
Energy2 softMu2_
 The inv radius^2 of the soft interactions.
 

Additional Inherited Members

- Public Types inherited from Herwig::GSLHelper< LengthDiff, Length >
typedef Length ArgType
 Typedef for Agrument type.
 
typedef LengthDiff ValType
 Typedef for Value type.
 

Detailed Description

A struct for the integrand for the slope.

Definition at line 795 of file MPIHandler.h.

Constructor & Destructor Documentation

◆ slopeInt()

Herwig::slopeInt::slopeInt ( tcMPIHPtr  handler,
CrossSection  hard,
CrossSection  soft = 0*millibarn,
Energy2  softMu2 = ZERO 
)
inline

Constructor.

Parameters
handlerThe handler
hardThe hard cross section
softThe soft cross section
softMu2$\mu^2$

Definition at line 804 of file MPIHandler.h.

Member Function Documentation

◆ operator()()

ValType Herwig::slopeInt::operator() ( ArgType  arg) const

Operator to return the answer.

Parameters
argThe argument

Member Data Documentation

◆ softXSec_

CrossSection Herwig::slopeInt::softXSec_
private

The soft cross section to be eikonalized.

Default is zero

Definition at line 830 of file MPIHandler.h.


The documentation for this struct was generated from the following file: