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 | List of all members
collier_init::setmaxcheck_cll Interface Reference

Public Member Functions

subroutine setmaxcheckn_cll (npoints, N)
 
subroutine setmaxcheckarray_cll (npoints)
 

Detailed Description

Definition at line 38 of file collier_init.F90.

Member Function/Subroutine Documentation

◆ setmaxcheckarray_cll()

subroutine collier_init::setmaxcheck_cll::setmaxcheckarray_cll ( integer, dimension(nmax_cll), intent(in)  npoints)

Definition at line 3788 of file collier_init.F90.

3788 
3789  integer, intent(in) :: npoints(Nmax_cll)
3790 
3791  maxcheck_cll = npoints
3792 

◆ setmaxcheckn_cll()

subroutine collier_init::setmaxcheck_cll::setmaxcheckn_cll ( integer, intent(in)  npoints,
integer, intent(in)  N 
)

Definition at line 3771 of file collier_init.F90.

3771 
3772  integer, intent(in) :: npoints,N
3773 
3774  maxcheck_cll(n) = npoints
3775 

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