Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
pyrvr.f
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file pyrvr.f
1
2
C*********************************************************************
3
4
C...PYRVR
5
C...Breit-Wigner for resonance contributions
6
7
FUNCTION
pyrvr
(Mab2,RM,RW)
8
9
IMPLICIT NONE
10
DOUBLE PRECISION
mab2,rm,rw,
pyrvr
11
pyrvr
= 1d0/((mab2-rm**2)**2+rm**2*rw**2)
12
RETURN
13
END
pythia6
blob
master
pythiaeRHIC
pythia
pyrvr.f
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:44
using
1.8.2 with
sPHENIX GitHub integration