cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
brash_cfi.py
Go to the documentation of this file.
1import Config.Core as cepgen
2
3brash = cepgen.Module('Brash',
4 coeffGM = [0.116, 2.874, 0.241, 1.006, 0.345],
5 coeffR = [0.13, 0.04],
6 pdgId = int(2212),
7 q2max = float(7.7)
8)