cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
collinearProcess_cfi.py
Go to the documentation of this file.
8
9from .containers_cff import Module, Parameters
10from .collinearFluxes_cff import *
11
12
13process = Module('collinearProcess',
14 ktFactorised = False,
15 outKinematics = Parameters(
16 #--- cuts on initial-state partons
17 q2 = (0., 10.),
18 #--- cuts on individual particles defining the central system
19 rapidity = (-6., 6.),
20 ),
21)
A named parameters set to steer a generic module.
A raw list of steering parameters.