cepgen
is hosted by
Hepforge
,
IPPP Durham
CepGen
1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
inelasticNucleon_cfi.py
Go to the documentation of this file.
1
import
Config.Core
as
cepgen
2
3
inelasticNucleon = cepgen.Module(
'InelasticNucleon'
,
4
computeFM =
False
,
5
integrator = cepgen.Module(
'gsl'
,
6
alpha = float(0.0),
7
beta = float(0.0),
8
epsabs = float(0.0),
9
epsrel = float(0.1),
10
fixedType = int(3),
11
limit = int(1000),
12
mode = int(0),
13
nodes = int(100),
14
params = cepgen.Parameters(),
15
range = (0.000000,1.000000),
16
verbosity = int(0)
17
),
18
mxRange = (1.073200,20.000000),
19
pdgId = int(2212),
20
structureFunctions = cepgen.Module(
'LUXLike'
)
21
)
python_modules
FormFactors
inelasticNucleon_cfi.py
Generated on Mon Jul 29 2024 for CepGen by
1.9.7