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