Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
Analysis Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
acts-fatras
analysis
analysis_tpc_prototype
coresoftware
Doxygen_Assist
g4exampledetector
GenFit
JETSCAPE
blob
main
examples
external_packages
jail
trentotest
vhlle
src
cll.cpp
cll.h
ctrl.cpp
ctrl.h
eos.cpp
eos.h
fld.cpp
fld.h
hdo.cpp
hdo.h
ic.cpp
ic.h
icGlauber.cpp
icGlauber.h
icGubser.cpp
icGubser.h
inc.h
main.cpp
main.eostest.cpp
rmn.cpp
rmn.h
s95p.cpp
s95p.h
trancoeff.cpp
trancoeff.h
JetScapeWriterAsciiGZ.cc
JetScapeWriterAsciiGZ.h
pwg2_reader.cxx
PWG2Wrapper.cc
writerTest.cc
src
KFParticle
macros
online_distribution
OnlMon
prototype
pythia6
rcdaq
RDBC
tutorials
doxygen_mainpage.h
File Members
Examples
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
s95p.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file s95p.h
1
2
// initial state for hydrodynamic evolution from the table
3
// in the format used in VISH2+1 hydro code
4
5
namespace
s95p {
6
// energy density -> entropy density usgin s95 EoS
7
double
s95p_s
(
double
e
);
8
// entropy density -> energy density usgin s95 EoS
9
double
s95p_e
(
double
s
);
10
11
// load the table for the initial entropy density profile
12
// factor: factor to scale the entropy density
13
void
loadSongIC
(
char
*
filename
,
double
factor);
14
// get the energy density at a given point in the transverse plane
15
double
getSongEps
(
double
x
,
double
y
);
16
}
JETSCAPE
blob
main
jail
vhlle
src
s95p.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:24
using
1.8.2 with
sPHENIX GitHub integration