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.
params_coli.h
Go to the documentation of this file.
1 !!
2 !! File params_coli.h is part of COLLIER
3 !! - A Complex One-Loop Library In Extended Regularizations
4 !!
5 !! Copyright (C) 2015, 2016 Ansgar Denner, Stefan Dittmaier, Lars Hofer
6 !!
7 !! COLLIER is licenced under the GNU GPL version 3, see COPYING for details.
8 !!
9 
10 * -*-Fortran-*-
11 
12 ***********************************************************************
13 * file params_coli.h *
14 * global input parameters for library COLI *
15 *---------------------------------------------------------------------*
16 * 02.05.08 Ansgar Denner last changed 27.03.15 *
17 ***********************************************************************
18 
19  real*8 pi,pi2,pi2_6
20  real*8 impacc
21  real*8 calacc
22 
24 #ifdef ADcode
26 #endif
27  complex*16 cd0,cd1,undefined
28 
29 * Pi
30  parameter (pi=3.141592653589793238462643383279502884197d0)
31  parameter (pi2=9.869604401089358618834490999876151135314d0)
32  parameter (pi2_6=1.644934066848226d0)
33  parameter (impacc=1d-15)
34 c parameter (calacc=5d-16)
35  parameter (calacc=1d-15)
36 
37 * complex zero
38  parameter (cd0=(0d0,0d0), cd1=(1d0,0d0))
39 
40  parameter (undefined=(1d50,0d0))
41 
42  parameter(maxtype=5,maxcalc=580,maxcall=3500,maxfct=86,maxx=15)
43 c parameter(maxtype=5,maxcalc=5,maxcall=35,maxfct=86,maxx=15)
44 
45 
46 #ifdef ADcode
47  parameter (nerrout_coli=81)
48  parameter (ninfout_coli=6 )
49 #endif
maxcalc
! File params_coli h is part of COLLIER A Complex One Loop Library In Extended Regularizations Ansgar Stefan Lars Hofer ! COLLIER is licenced under the GNU GPL see COPYING for details **Fortran *************************************************************************file params_coli h **global input parameters for library COLI ****Ansgar Denner last changed ************************************************************************real pi2_6 real *impacc real *calacc integer maxcalc
Definition: params_coli.h:23
coli_aux2::nerrout_coli
integer nerrout_coli
Definition: coli_aux2.F90:29
cd1
! File params_coli h is part of COLLIER A Complex One Loop Library In Extended Regularizations Ansgar Stefan Lars Hofer ! COLLIER is licenced under the GNU GPL see COPYING for details **Fortran *************************************************************************file params_coli h **global input parameters for library COLI ****Ansgar Denner last changed ************************************************************************real pi2_6 real *impacc real *calacc integer maxx complex cd1
Definition: params_coli.h:27
version
! File params_coli h is part of COLLIER A Complex One Loop Library In Extended Regularizations Ansgar Stefan Lars Hofer ! COLLIER is licenced under the GNU GPL version
Definition: params_coli.h:7
Denner
! File params_coli h is part of COLLIER A Complex One Loop Library In Extended Regularizations Ansgar Denner
Definition: params_coli.h:5
coli_aux2::ninfout_coli
integer ninfout_coli
Definition: coli_aux2.F90:29
maxtype
! File params_coli h is part of COLLIER A Complex One Loop Library In Extended Regularizations Ansgar Stefan Lars Hofer ! COLLIER is licenced under the GNU GPL see COPYING for details **Fortran *************************************************************************file params_coli h **global input parameters for library COLI ****Ansgar Denner last changed ************************************************************************real pi2_6 real *impacc real *calacc integer maxtype
Definition: params_coli.h:23
pi
! File params_coli h is part of COLLIER A Complex One Loop Library In Extended Regularizations Ansgar Stefan Lars Hofer ! COLLIER is licenced under the GNU GPL see COPYING for details **Fortran *************************************************************************file params_coli h **global input parameters for library COLI ****Ansgar Denner last changed ************************************************************************real * pi
Definition: params_coli.h:19
maxcall
! File params_coli h is part of COLLIER A Complex One Loop Library In Extended Regularizations Ansgar Stefan Lars Hofer ! COLLIER is licenced under the GNU GPL see COPYING for details **Fortran *************************************************************************file params_coli h **global input parameters for library COLI ****Ansgar Denner last changed ************************************************************************real pi2_6 real *impacc real *calacc integer maxcall
Definition: params_coli.h:23
maxfct
! File params_coli h is part of COLLIER A Complex One Loop Library In Extended Regularizations Ansgar Stefan Lars Hofer ! COLLIER is licenced under the GNU GPL see COPYING for details **Fortran *************************************************************************file params_coli h **global input parameters for library COLI ****Ansgar Denner last changed ************************************************************************real pi2_6 real *impacc real *calacc integer maxfct
Definition: params_coli.h:23
cd0
! File params_coli h is part of COLLIER A Complex One Loop Library In Extended Regularizations Ansgar Stefan Lars Hofer ! COLLIER is licenced under the GNU GPL see COPYING for details **Fortran *************************************************************************file params_coli h **global input parameters for library COLI ****Ansgar Denner last changed ************************************************************************real pi2_6 real *impacc real *calacc integer maxx complex * cd0
Definition: params_coli.h:27
Dittmaier
! File params_coli h is part of COLLIER A Complex One Loop Library In Extended Regularizations Ansgar Stefan Dittmaier
Definition: params_coli.h:5
pi2
! File params_coli h is part of COLLIER A Complex One Loop Library In Extended Regularizations Ansgar Stefan Lars Hofer ! COLLIER is licenced under the GNU GPL see COPYING for details **Fortran *************************************************************************file params_coli h **global input parameters for library COLI ****Ansgar Denner last changed ************************************************************************real pi2
Definition: params_coli.h:19
hto_units::zero
real *8, parameter zero
Definition: CALLING_cpHTO.f:185