cepgen
is hosted by
Hepforge
,
IPPP Durham
CepGen
1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
ktProcess_cfi.py
Go to the documentation of this file.
1
7
8
from
math
import
pi
9
from
.containers_cff
import
Module, Parameters
10
from
.ktFluxes_cff
import
*
11
12
13
process =
Module
(
'ktProcess'
,
14
ktFactorised =
True
,
15
outKinematics =
Parameters
(
16
#--- cuts on initial-state partons
17
qt = (0., 50.),
18
phiqt = (0., 2.*pi),
19
#--- cuts on individual particles defining the central system
20
rapidity = (-6., 6.),
21
#--- cuts on the pt(outgoing system) (hyper-)plane
22
ptdiff = (0., 500.),
23
phidiff = (0., 2.*pi),
24
),
25
)
python.Config.containers_cff.Module
A named parameters set to steer a generic module.
Definition
containers_cff.py:110
python.Config.containers_cff.Parameters
A raw list of steering parameters.
Definition
containers_cff.py:30
python
Config
ktProcess_cfi.py
Generated on Mon Jul 29 2024 for CepGen by
1.9.7