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.
6
7from .containers_cff import Module, Parameters
8
9
10class 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
19class HeavyIonFlux:
20 """Type of parton (from heavy ion) flux modelling"""
21 PhotonElastic = Module('ElasticHeavyIon')
22
23
24class ElectronFlux:
25 """Type of parton (from electron) flux modelling"""
26 PhotonElasticBudnev = Module('BudnevElasticLepton',
27 pdgId = 11)
A named parameters set to steer a generic module.
Type of parton (from electron) flux modelling.
Type of parton (from heavy ion) flux modelling.
Type of parton (from proton) flux modelling.