EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
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
fun4all_coresoftware
blob
master
generators
flowAfterburner
flowAfterburner.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:39
using
1.8.2 with
EIC GitHub integration