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.
Private Attributes | List of all members
modttbhiggs::treeprocess Type Reference
Collaboration diagram for modttbhiggs::treeprocess:
Collaboration graph
[legend]

Private Attributes

integer numpart
 
integer numqua
 
integer numsca
 
integer numw
 
integer numv
 
integer bosonvertex
 
integer, dimension(:), allocatable numglu
 
integer, dimension(:), allocatable partref
 
integer, dimension(:), allocatable parttype
 
type(ptrtoparticle), dimension(:), allocatable quarks
 
type(ptrtoparticle), dimension(:), allocatable gluons
 
type(ptrtoparticleboson
 
type(ptrtoparticle), dimension(:), allocatable scalars
 

Detailed Description

Definition at line 36 of file mod_TTBHiggs.F90.

Member Data Documentation

◆ boson

type(ptrtoparticle) modttbhiggs::treeprocess::boson
private

Definition at line 48 of file mod_TTBHiggs.F90.

48  type(PtrToParticle) :: Boson

◆ bosonvertex

integer modttbhiggs::treeprocess::bosonvertex
private

Definition at line 42 of file mod_TTBHiggs.F90.

42  integer :: BosonVertex

◆ gluons

type(ptrtoparticle), dimension(:), allocatable modttbhiggs::treeprocess::gluons
private

Definition at line 47 of file mod_TTBHiggs.F90.

47  type(PtrToParticle),allocatable :: Gluons(:)

◆ numglu

integer, dimension(:), allocatable modttbhiggs::treeprocess::numglu
private

Definition at line 43 of file mod_TTBHiggs.F90.

43  integer,allocatable :: NumGlu(:)

◆ numpart

integer modttbhiggs::treeprocess::numpart
private

Definition at line 37 of file mod_TTBHiggs.F90.

37  integer :: NumPart

◆ numqua

integer modttbhiggs::treeprocess::numqua
private

Definition at line 38 of file mod_TTBHiggs.F90.

38  integer :: NumQua

◆ numsca

integer modttbhiggs::treeprocess::numsca
private

Definition at line 39 of file mod_TTBHiggs.F90.

39  integer :: NumSca

◆ numv

integer modttbhiggs::treeprocess::numv
private

Definition at line 41 of file mod_TTBHiggs.F90.

41  integer :: NumV

◆ numw

integer modttbhiggs::treeprocess::numw
private

Definition at line 40 of file mod_TTBHiggs.F90.

40  integer :: NumW

◆ partref

integer, dimension(:), allocatable modttbhiggs::treeprocess::partref
private

Definition at line 44 of file mod_TTBHiggs.F90.

44  integer,allocatable :: PartRef(:)

◆ parttype

integer, dimension(:), allocatable modttbhiggs::treeprocess::parttype
private

Definition at line 45 of file mod_TTBHiggs.F90.

45  integer,allocatable :: PartType(:)

◆ quarks

type(ptrtoparticle), dimension(:), allocatable modttbhiggs::treeprocess::quarks
private

Definition at line 46 of file mod_TTBHiggs.F90.

46  type(PtrToParticle),allocatable :: Quarks(:)

◆ scalars

type(ptrtoparticle), dimension(:), allocatable modttbhiggs::treeprocess::scalars
private

Definition at line 49 of file mod_TTBHiggs.F90.

49  type(PtrToParticle),allocatable :: Scalars(:)

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