cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
capella_cfi.py
Go to the documentation of this file.
1import Config.Core as cepgen
2
3capella = cepgen.Module('Capella',
4 A = float(0.1502),
5 Bd = float(0.1798),
6 Bu = float(1.2064),
7 alphaR = float(0.415),
8 coeffs = [0.2631, 0.6452, 3.5489, 1.117],
9 delta0 = float(0.08),
10 sigmaRatio = cepgen.Module('SibirtsevBlunden')
11)