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
icGlauber.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file icGlauber.h
1
2
class
EoS
;
3
class
Fluid
;
4
class
TF1;
5
6
// this class takes care of the initial conditions for hydrodynamic evolution
7
class
ICGlauber
{
8
TF1 *
iff
;
// instance of TF1 class used for numerical integration relevant to
9
// the initial conditions from optical Glauber approach
10
double
rho0
,
prms
[4];
// relevant to the initial conditions from optical
11
// Glauber approach
12
double
*
_rphi
;
13
void
findRPhi
(
void
);
14
double
rPhi
(
double
phi
);
15
16
double
WoodSaxon
(
double
*
x
,
double
*
p
);
// Wood-Saxon profile
17
double
Thickness
(
double
*
x
,
double
*
p
);
// nuclear thickness profile function
18
// for optical Glauber approach
19
// epsilon: normalization of the initial energy density
20
// alpha: parameter relevant to the initial transverse flow
21
// b: impact parameter (for optical Glauber)
22
double
epsilon
,
b
,
tau0
;
23
24
public
:
25
ICGlauber
(
double
e
,
double
impactPar
,
double
_tau0);
26
~ICGlauber
(
void
);
27
// energy density profile at given point in transverse plane
28
double
eProfile
(
double
x
,
double
y
);
29
// setIC: initializes entire hydro grid at a given initial proper time tau
30
void
setIC
(
Fluid
*
f
,
EoS
*
eos
);
31
};
JETSCAPE
blob
main
jail
vhlle
src
icGlauber.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:24
using
1.8.2 with
sPHENIX GitHub integration