EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
EIC Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
BeastMagneticField
delphes_EIC
Doxygen_Assist
east
eic-smear
EicRoot
eicsmear-jetexample
eicsmeardetectors
EicToyModel
estarlight
Fun4All-lmon
fun4all_coresoftware
fun4all_eic_qa
fun4all_eic_tutorials
fun4all_eicdetectors
fun4all_eicmacros
fun4all_g4jleic
fun4all_GenFit
fun4all_macros
fun4all_tutorials
g4exampledetector
g4lblvtx
online_distribution
PEPSI
blob
master
include
pepsi
alphas.F
bsfint.F
ctq4pdf.F
ctq5pdf.F
ctq6pdf.F
dcross.F
dfint.F
dfintnew.F
dfun.F
dlower.F
dnstrf.F
dqcd.F
dqcdi.F
dsigm2.F
dsigma.F
dstfu.F
dupper.F
dvnopt.F
fitparton.F
flgint.F
flintg.F
flipol.F
flqint.F
fltabl.F
fltint.F
fv.F
fw.F
fws.F
gadap.F
gadap2.F
gadapf.F
gamma.F
grv94di.F
grv94ho.F
grv94lo.F
grv98pa.F
inideflo.F
jetseten.F
lazimu.F
leaswi.F
lecswi.F
lepto.F
leptod.F
leptox.F
lflav.F
lframe.F
linit.F
lkinem.F
lmcmnd.F
lmeps.F
lmidat.F
lminew.F
lminto.F
lmpint.F
lmprin.F
lmrazz.F
lmsimp.F
lnstrf.F
lprikt.F
lprwts.F
lqcdpr.F
lqev.F
lqgev.F
lqmcut.F
lqqbev.F
lremh.F
lscale.F
lsci.F
lshowr.F
lsigmx.F
lsmall.F
ltimex.F
lwbb.F
lweits.F
lxp.F
lxsect.F
lyremn.F
lyspli.F
lysspa.F
lystfu.F
lzp.F
mrs99.F
mrs991.F
mrs9910.F
mrs9911.F
mrs9912.F
mrs992.F
mrs993.F
mrs994.F
mrs995.F
mrs996.F
mrs997.F
mrs998.F
mrs999.F
mrseb.F
nextun.F
nextun5.F
nextun6.F
nloini.F
parpol.F
parpolnew.F
parton.F
partonx.F
partonx5.F
partonx6.F
pepsi_convpdf.F
pepsi_pdfinfo.F
perinola.F
poldqcd.F
poldqcdi.F
poldsigma.F
polfit.F
polini.F
polint.F
polint5.F
polint6.F
pollazimu.F
polleptox.F
pollinit.F
pollzp.F
polnlo.F
polpar.F
pyctq2.F
pygamm.F
pygano.F
pygbeh.F
pygdir.F
pyggam.F
pygvmd.F
pystel.F
pystfu.F
pystga.F
pystpi.F
pystpr.F
rdarry.F
rdarrynlo.F
readtbl.F
readtbl5.F
readtbl6.F
riwfun.F
riwibd.F
setctq4.F
setctq5.F
setctq6.F
strc10.F
strc11.F
strc20.F
strc21.F
demo.F
demo2.F
gmc_random.f
pepsi_radgen_extras.f
pepsiMaineRHIC_noradcorr.f
pepsiMaineRHIC_noradcorr.v1.F
pepsiMaineRHIC_noradcorr.v2.F
pepsiMaineRHIC_radcorr.f
pepsiMaineRHIC_radcorr.v1.F
pepsiMaineRHIC_radcorr.v2.F
radgen.f
radgen_event.f
radgen_init.f
doxygen_mainpage.h
File Members
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
dsigm2.F
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file dsigm2.F
1
C **********************************************************************
2
3
FUNCTION
dsigm2
(X)
4
5
IMPLICIT NONE
6
7
CAE...Modified version of DSIGMA with a factor 1/(1-XP) is removed
8
C...by a variable transformation. This makes the integration of the
9
C...cross section faster.
10
11
REAL
x
,xp,
dsigma
,
dsigm2
12
13
xp=1.0-exp(
x
)
14
dsigm2
=(1.0-xp)*
dsigma
(xp)
15
16
RETURN
17
END
PEPSI
blob
master
pepsi
dsigm2.F
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:56
using
1.8.2 with
EIC GitHub integration