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.
1
import
Config.Core
as
cepgen
2
3
vegas = 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
)
python_modules
Integrators
vegas_cfi.py
Generated on Mon Jul 29 2024 for CepGen by
1.9.7