cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
shamov_cfi.py
Go to the documentation of this file.
1import Config.Core as cepgen
2
3shamov = cepgen.Module('Shamov',
4 fitModel = int(2),
5 gm0 = float(1.0),
6 gmb = float(0.984),
7 lowQ2 = float(1e-07),
8 mode = int(2),
9 q20 = float(0.65),
10 rPower = float(0.71),
11 sigmaRatio = cepgen.Module('SibirtsevBlunden')
12)