![]() |
JHUGen MELA
JHUGen v7.5.6, MELA v2.4.2
Matrix element calculations as used in JHUGen.
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | nnpdfdriver (gridfilename, lenfilename) |
| subroutine | nninitpdf (irep) |
| subroutine | readpdfset (gridfilename, lenfilename) |
| subroutine | nnevolvepdf (x, Q, xpdf) |
| subroutine | lh_polin2 (x1a, x2a, ya, m, n, x1, x2, y, dy) |
| subroutine | lh_polint (xa, ya, n, x, y, dy) |
| subroutine lh_polin2 | ( | real(8), dimension(mmax) | x1a, |
| real(8), dimension(nmax) | x2a, | ||
| real(8), dimension(mmax,nmax) | ya, | ||
| integer | m, | ||
| integer | n, | ||
| real(8) | x1, | ||
| real(8) | x2, | ||
| real(8) | y, | ||
| real(8) | dy | ||
| ) |
Definition at line 268 of file NNPDFDriver.f.
| subroutine lh_polint | ( | real(8), dimension(nmax) | xa, |
| real(8), dimension(nmax) | ya, | ||
| integer | n, | ||
| real(8) | x, | ||
| real(8) | y, | ||
| real(8) | dy | ||
| ) |
Definition at line 289 of file NNPDFDriver.f.
| subroutine nnevolvepdf | ( | double precision | x, |
| double precision | Q, | ||
| double precision, dimension(-6:7) | xpdf | ||
| ) |
Definition at line 138 of file NNPDFDriver.f.
| subroutine nninitpdf | ( | integer | irep | ) |
Definition at line 50 of file NNPDFDriver.f.
| subroutine nnpdfdriver | ( | character(len=lenfilename) | gridfilename, |
| integer | lenfilename | ||
| ) |
Definition at line 19 of file NNPDFDriver.f.
| subroutine readpdfset | ( | character(len=lenfilename) | gridfilename, |
| integer | lenfilename | ||
| ) |
Definition at line 71 of file NNPDFDriver.f.