cepgen
is hosted by
Hepforge
,
IPPP Durham
CepGen
1.2.5
Central exclusive processes event generator
Toggle main menu visibility
Main Page
Related Pages
Packages
Package List
Package Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
x
y
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
x
y
Variables
Typedefs
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
Enumerator
b
c
d
e
g
h
i
l
m
n
p
r
t
u
w
x
y
z
Related Symbols
d
g
h
o
u
v
Files
File List
File Members
All
_
a
b
c
d
e
h
o
p
r
s
Functions
Variables
Macros
_
b
c
d
e
p
r
s
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
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