EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | CLHEP |
namespace | HepMC |
Enumerations | |
enum | flowAfterburnerAlgorithm { minbias_algorithm, minbias_v2_algorithm, custom_algorithm } |
Functions | |
int | flowAfterburner (HepMC::GenEvent *inEvent, CLHEP::HepRandomEngine *engine, std::string algorithmName, float mineta, float maxeta, float minpt, float maxpt) |
Definition at line 15 of file flowAfterburner.h.
View newest version in sPHENIX GitHub at line 15 of file flowAfterburner.h
int flowAfterburner | ( | HepMC::GenEvent * | inEvent, |
CLHEP::HepRandomEngine * | engine, | ||
std::string | algorithmName, | ||
float | mineta, | ||
float | maxeta, | ||
float | minpt, | ||
float | maxpt | ||
) |
Definition at line 293 of file flowAfterburner.cc.
View newest version in sPHENIX GitHub at line 293 of file flowAfterburner.cc
References AddFlowToParent(), algorithm, cos(), Acts::VectorHelpers::eta(), exit(), it, M_PI, momentum, MoveDescendantsToParent(), PHWHERE, and psi_n.
Referenced by main(), and HepMCFlowAfterBurner::process_event().