cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
vegas_cfi.py
Go to the documentation of this file.
1import Config.Core as cepgen
2
3vegas = cepgen.Module('Vegas',
4 alpha = float(1.25),
5 chiSqCut = float(1.5),
6 iterations = int(10),
7 loggingOutput = 'cerr',
8 mode = int(-1),
9 numFunctionCalls = int(100000),
10 randomGenerator = cepgen.Module('gsl'),
11 treat = True,
12 verbose = int(-1)
13)