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.
1import Config.Core as cepgen
2
3miser = 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)