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
flowAfterburner.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file flowAfterburner.h
1
#ifndef FLOWAFTERBURNER_FLOWAFTERBURNER_H
2
#define FLOWAFTERBURNER_FLOWAFTERBURNER_H
3
4
#include <string>
5
6
namespace
CLHEP
7
{
8
class
HepRandomEngine;
9
}
10
namespace
HepMC
11
{
12
class
GenEvent;
13
}
14
15
enum
flowAfterburnerAlgorithm
16
{
17
minbias_algorithm
,
18
minbias_v2_algorithm
,
19
custom_algorithm
20
};
21
22
int
flowAfterburner
(HepMC::GenEvent *
inEvent
,
23
CLHEP::HepRandomEngine *
engine
,
24
std::string
algorithmName,
25
float
mineta,
float
maxeta,
26
float
minpt,
float
maxpt);
27
28
#endif
coresoftware
blob
master
generators
flowAfterburner
flowAfterburner.h
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:17:59
using
1.8.2 with
sPHENIX GitHub integration