cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
vars_cfi.py
Go to the documentation of this file.
1import Config.Core as cepgen
2
3vars = cepgen.Module('vars',
4 filename = 'output.txt',
5 saveBanner = True,
6 saveVariables = True,
7 separator = ' ',
8 variables = [{}]
9)