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.
1import Config.Core as cepgen
2from Config.PDG_cfi import PDG
3
4process = 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)