cepgen
is hosted by
Hepforge
,
IPPP Durham
CepGen
1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
lpair_13tev_sd_ptct3_cfg.py
Go to the documentation of this file.
1
import
Config.Core
as
cepgen
2
3
process = cepgen.Module(
'lpair'
,
4
processParameters = cepgen.Parameters(
5
mode = cepgen.ProcessMode.InelasticElastic,
6
pair = 13,
7
),
8
inKinematics = cepgen.Parameters(
9
cmEnergy = 13.e3,
10
structureFunctions = cepgen.StructureFunctions.SuriYennie,
11
),
12
outKinematics = cepgen.Parameters(
13
pt = (3.,),
14
eta = (-2.5, 2.5),
15
mx = (1.07, 1000.),
16
)
17
)
18
python
TestProcesses
lpair_13tev_sd_ptct3_cfg.py
Generated on Mon Jul 29 2024 for CepGen by
1.9.7