cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
gnuplot_cfi.py
Go to the documentation of this file.
1import Config.Core as cepgen
2
3gnuplot = cepgen.Module('gnuplot',
4 filename = 'output.hists.txt',
5 histVariables = [
6 ],
7 plotter = 'gnuplot',
8 save = False,
9 show = True
10)