cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
standardDipole_cfi.py
Go to the documentation of this file.
1import Config.Core as cepgen
2
3standardDipole = cepgen.Module('StandardDipole',
4 pdgId = int(2212),
5 scale = float(0.71)
6)