cepgen
is hosted by
Hepforge
,
IPPP Durham
CepGen
1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
miser_cfi.py
Go to the documentation of this file.
1
import
Config.Core
as
cepgen
2
3
miser = cepgen.Module(
'MISER'
,
4
alpha = float(2.0),
5
dither = float(0.1),
6
estimateFraction = float(0.1),
7
minCalls = int(160),
8
minCallsPerBisection = int(5120),
9
numFunctionCalls = int(50000),
10
randomGenerator = cepgen.Module(
'gsl'
),
11
verbose = int(1)
12
)
python_modules
Integrators
miser_cfi.py
Generated on Mon Jul 29 2024 for CepGen by
1.9.7