JHUGen MELA  v2.4.1
Matrix element calculations as used in JHUGen. MELA is an important tool that was used for the Higgs boson discovery and for precise measurements of its structure and interactions. Please see the website https://spin.pha.jhu.edu/ and papers cited there for more details, and kindly cite those papers when using this code.
Public Member Functions | Public Attributes | List of all members
PointRedivision Struct Reference

Public Member Functions

 PointRedivision (unsigned int n, double xl, double xh)
 

Public Attributes

unsigned int npoints
 
double xlow
 
double xhigh
 

Detailed Description

Definition at line 7493 of file calcC_lintolog.c.

Constructor & Destructor Documentation

◆ PointRedivision()

PointRedivision::PointRedivision ( unsigned int  n,
double  xl,
double  xh 
)
inline

Definition at line 7497 of file calcC_lintolog.c.

7497 : npoints(n), xlow(xl), xhigh(xh){}

Member Data Documentation

◆ npoints

unsigned int PointRedivision::npoints

Definition at line 7494 of file calcC_lintolog.c.

◆ xhigh

double PointRedivision::xhigh

Definition at line 7496 of file calcC_lintolog.c.

◆ xlow

double PointRedivision::xlow

Definition at line 7495 of file calcC_lintolog.c.


The documentation for this struct was generated from the following file:
PointRedivision::xlow
double xlow
Definition: calcC_lintolog.c:7495
xl
double xl[ndims]
Definition: TMCFM.hh:46
PointRedivision::npoints
unsigned int npoints
Definition: calcC_lintolog.c:7494
PointRedivision::xhigh
double xhigh
Definition: calcC_lintolog.c:7496