cepgen
is hosted by
Hepforge
,
IPPP Durham
CepGen
1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
foam_cfi.py
Go to the documentation of this file.
1
import
Config.Core
as
cepgen
2
3
foam = cepgen.Module(
'Foam'
,
4
EvPerBin = int(25),
5
nBin = int(8),
6
nCalls = int(100000),
7
nCells = int(1000),
8
nSampl = int(200),
9
randomGenerator = cepgen.Module(
'root'
,
10
seed = int(1721997399),
11
type =
'Ranlux'
12
),
13
verbose = int(0)
14
)
python_modules
Integrators
foam_cfi.py
Generated on Mon Jul 29 2024 for CepGen by
1.9.7