cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
dump_cfi.py
Go to the documentation of this file.
1import Config.Core as cepgen
2
3dump = cepgen.Module('dump',
4 filename = '',
5 printEvery = int(10),
6 saveBanner = True
7)