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
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