ECCE @ EIC Software
 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 
16 {
20 };
21 
22 int flowAfterburner(HepMC::GenEvent *inEvent,
24  std::string algorithmName,
25  float mineta, float maxeta,
26  float minpt, float maxpt);
27 
28 #endif