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
SurfaceCellInfo.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file SurfaceCellInfo.h
1
/*******************************************************************************
2
* Copyright (c) The JETSCAPE Collaboration, 2018
3
*
4
* Modular, task-based framework for simulating all aspects of heavy-ion collisions
5
*
6
* For the list of contributors see AUTHORS.
7
*
8
* Report issues at https://github.com/JETSCAPE/JETSCAPE/issues
9
*
10
* or via email to bugs.jetscape@gmail.com
11
*
12
* Distributed under the GNU General Public License 3.0 (GPLv3 or later).
13
* See COPYING for details.
14
******************************************************************************/
15
// This is a general basic class for hydrodynamics
16
17
#ifndef SURFACECELLINFO_H
18
#define SURFACECELLINFO_H
19
20
#include "
RealType.h
"
21
22
namespace
Jetscape {
23
24
class
SurfaceCellInfo
{
25
public
:
26
// data structure for outputing hyper-surface information
27
Jetscape::real
tau
;
28
Jetscape::real
x
;
29
Jetscape::real
y
;
30
Jetscape::real
eta
;
31
Jetscape::real
d3sigma_mu
[4];
32
Jetscape::real
energy_density
;
33
Jetscape::real
entropy_density
;
34
Jetscape::real
temperature
;
35
Jetscape::real
pressure
;
36
Jetscape::real
37
qgp_fraction
;
38
Jetscape::real
mu_B
;
39
Jetscape::real
mu_C
;
40
Jetscape::real
mu_S
;
41
Jetscape::real
vx
,
vy
,
vz
;
42
Jetscape::real
pi
[4][4];
43
Jetscape::real
bulk_Pi
;
44
46
SurfaceCellInfo
() =
default
;
47
49
~SurfaceCellInfo
(){};
50
};
51
52
}
// namespace Jetscape
53
54
#endif // SURFACECELLINFO_H
JETSCAPE
blob
main
src
framework
SurfaceCellInfo.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:25
using
1.8.2 with
sPHENIX GitHub integration