cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
python_cfi.py
Go to the documentation of this file.
1import Config.Core as cepgen
2
3python = cepgen.Module('python',
4 evals = int(1000),
5 iterations = int(10),
6 module = 'IntegrationAlgos.Vegas',
7 randomGenerator = cepgen.Module('stl',
8 seed = int(1721997399),
9 type = 'default'
10 ),
11 verbose = int(1)
12)