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
MELAwithOptions Struct Reference
Collaboration diagram for MELAwithOptions:
Collaboration graph
[legend]

Public Member Functions

 MELAwithOptions (double sqrts_, double mh_, TVar::VerbosityLevel verbosity_=TVar::ERROR)
 
 ~MELAwithOptions ()
 

Public Attributes

Melamela
 
const double sqrts
 
const double mh
 

Detailed Description

Definition at line 26 of file testME_v2.c.

Constructor & Destructor Documentation

◆ MELAwithOptions()

MELAwithOptions::MELAwithOptions ( double  sqrts_,
double  mh_,
TVar::VerbosityLevel  verbosity_ = TVar::ERROR 
)
inline

Definition at line 31 of file testME_v2.c.

31  :
32  sqrts(sqrts_), mh(mh_),
33  mela(new Mela(sqrts_, mh_, verbosity_))
34  { cout << "Called MELAwithOptions constructor!" << endl; }

◆ ~MELAwithOptions()

MELAwithOptions::~MELAwithOptions ( )
inline

Definition at line 37 of file testME_v2.c.

37 { cout << "Called MELAwithOptions destructor!" << endl; delete mela; }

Member Data Documentation

◆ mela

Mela* MELAwithOptions::mela

Definition at line 27 of file testME_v2.c.

◆ mh

const double MELAwithOptions::mh

Definition at line 29 of file testME_v2.c.

◆ sqrts

const double MELAwithOptions::sqrts

Definition at line 28 of file testME_v2.c.


The documentation for this struct was generated from the following file:
dd_global::cout
integer cout
Definition: DD_global.F90:21
Mela
Definition: Mela.h:48
MELAwithOptions::sqrts
const double sqrts
Definition: testME_v2.c:28
MELAwithOptions::mela
Mela * mela
Definition: testME_v2.c:27
MELAwithOptions::mh
const double mh
Definition: testME_v2.c:29