cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
blockDurandHa_cfi.py
Go to the documentation of this file.
1import Config.Core as cepgen
2
3blockDurandHa = cepgen.Module('BlockDurandHa',
4 Lambda = float(2.43),
5 a = [0.0008205, -0.05148, -0.004725],
6 b = [0.002217, 0.01244, 0.0005958],
7 c = [0.255, 0.1475],
8 m2 = float(0.753),
9 mu2 = float(2.82),
10 n = float(11.49),
11 sigmaRatio = cepgen.Module('SibirtsevBlunden')
12)