cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
elasticHeavyIon_cfi.py
Go to the documentation of this file.
1import Config.Core as cepgen
2
3elasticHeavyIon = cepgen.Module('ElasticHeavyIon',
4 formFactors = cepgen.Module('HeavyIonDipole',
5 pdgId = int(10082207),
6 scale = float(0.71)
7 ),
8 heavyIon = int(10082207)
9)