cepgen
is hosted by
Hepforge
,
IPPP Durham
CepGen
1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
lpair_ee_30gev_el_noptct_cfg.py
Go to the documentation of this file.
1
import
Config.Core
as
cepgen
2
from
Config.PDG_cfi
import
PDG
3
4
process = cepgen.Module(
'lpair'
,
5
processParameters = cepgen.Parameters(
6
mode = cepgen.ProcessMode.ElasticElastic,
7
pair = PDG.muon,
8
),
9
inKinematics = cepgen.Parameters(
10
pz = (15., 15.),
11
pdgIds = (11, -11),
12
),
13
)
python
TestProcesses
lpair_ee_30gev_el_noptct_cfg.py
Generated on Mon Jul 29 2024 for CepGen by
1.9.7