cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
rootHist_cfi.py
Go to the documentation of this file.
1import Config.Core as cepgen
2
3rootHist = cepgen.Module('root_hist',
4 filename = 'output.root',
5 variables = [
6 ]
7)