cepgen
is hosted by
Hepforge
,
IPPP Durham
CepGen
1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
ktFluxes_cff.py
Go to the documentation of this file.
1
6
7
from
.containers_cff
import
Module, Parameters
8
9
10
class
ProtonFlux
:
11
"""Type of parton (from proton) flux modelling"""
12
PhotonElastic =
Module
(
'Elastic'
)
13
PhotonInelastic =
Module
(
'Inelastic'
)
14
PhotonElasticBudnev =
Module
(
'BudnevElastic'
)
15
PhotonInelasticBudnev =
Module
(
'BudnevInelastic'
)
16
GluonKMR =
Module
(
'KMR'
)
17
18
19
class
HeavyIonFlux
:
20
"""Type of parton (from heavy ion) flux modelling"""
21
PhotonElastic =
Module
(
'ElasticHeavyIon'
)
22
23
24
class
ElectronFlux
:
25
"""Type of parton (from electron) flux modelling"""
26
PhotonElasticBudnev =
Module
(
'BudnevElasticLepton'
,
27
pdgId = 11)
python.Config.containers_cff.Module
A named parameters set to steer a generic module.
Definition
containers_cff.py:110
python.Config.ktFluxes_cff.ElectronFlux
Type of parton (from electron) flux modelling.
Definition
ktFluxes_cff.py:25
python.Config.ktFluxes_cff.HeavyIonFlux
Type of parton (from heavy ion) flux modelling.
Definition
ktFluxes_cff.py:20
python.Config.ktFluxes_cff.ProtonFlux
Type of parton (from proton) flux modelling.
Definition
ktFluxes_cff.py:11
python
Config
ktFluxes_cff.py
Generated on Mon Jul 29 2024 for CepGen by
1.9.7