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.
checkparams_coli.h
Go to the documentation of this file.
1 !!
2 !! File checkparams_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 checkparams_coli.h *
14 * global input parameters for check option of COLI *
15 *---------------------------------------------------------------------*
16 * 02.05.08 Ansgar Denner last changed 07.06.13 *
17 ***********************************************************************
18 
19 #ifdef CHECK
20 
21  logical argcheck
22 
23  integer testout,errout
24  parameter (testout=20, errout=6)
25 
26  real*8 testacc
27  parameter (testacc=1d-4)
28 c parameter (testacc=1d-11)
29 
30  parameter (argcheck=.true.)
31 
32 
33 
34 #endif
version
! File checkparams_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: checkparams_coli.h:7
Denner
! File checkparams_coli h is part of COLLIER A Complex One Loop Library In Extended Regularizations Ansgar Denner
Definition: checkparams_coli.h:5
Dittmaier
! File checkparams_coli h is part of COLLIER A Complex One Loop Library In Extended Regularizations Ansgar Stefan Dittmaier
Definition: checkparams_coli.h:5