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
FreestreamMilneWrapper.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file FreestreamMilneWrapper.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
16
#ifndef FREESTREAMMILNEWRAPPER_H
17
#define FREESTREAMMILNEWRAPPER_H
18
19
#include "
PreequilibriumDynamics.h
"
20
#include "FreestreamMilne.cpp"
21
22
using namespace
Jetscape;
23
24
class
FreestreamMilneWrapper
:
public
PreequilibriumDynamics
{
25
private
:
26
//int mode; //!< records running mode
27
FREESTREAMMILNE *
fsmilne_ptr
;
28
29
// Allows the registration of the module so that it is available to be used by the Jetscape framework.
30
static
RegisterJetScapeModule<FreestreamMilneWrapper>
reg
;
31
32
public
:
33
FreestreamMilneWrapper
();
34
~
FreestreamMilneWrapper
();
35
36
void
InitializePreequilibrium(
PreEquilibriumParameterFile
parameter_list);
37
void
EvolvePreequilibrium();
38
};
39
40
#endif // FREESTREAMMILNEWRAPPER_H
JETSCAPE
blob
main
src
preequilibrium
FreestreamMilneWrapper.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:25
using
1.8.2 with
sPHENIX GitHub integration