ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/master/Examples/Algorithms/GeneratorsPythia8/ACTFW/Generators/Pythia8ProcessGenerator.hpp>
Public Attributes | |
Acts::PdgParticle | pdgBeam0 = Acts::PdgParticle::eProton |
PDG particle number of the first incoming beam. | |
Acts::PdgParticle | pdgBeam1 = Acts::PdgParticle::eProton |
PDG particle number of the second incoming beam. | |
double | cmsEnergy = 14 * Acts::UnitConstants::TeV |
Center-of-mass energy. | |
std::vector< std::string > | settings = {{"HardQCD:all = on"}} |
Additional Pythia8 settings. | |
Definition at line 28 of file Pythia8ProcessGenerator.hpp.
View newest version in sPHENIX GitHub at line 28 of file Pythia8ProcessGenerator.hpp
double FW::Pythia8Generator::Config::cmsEnergy = 14 * Acts::UnitConstants::TeV |
Center-of-mass energy.
Definition at line 34 of file Pythia8ProcessGenerator.hpp.
View newest version in sPHENIX GitHub at line 34 of file Pythia8ProcessGenerator.hpp
Referenced by FW::Pythia8Generator::Pythia8Generator(), and FW::Options::readPythia8Options().
Acts::PdgParticle FW::Pythia8Generator::Config::pdgBeam0 = Acts::PdgParticle::eProton |
PDG particle number of the first incoming beam.
Definition at line 30 of file Pythia8ProcessGenerator.hpp.
View newest version in sPHENIX GitHub at line 30 of file Pythia8ProcessGenerator.hpp
Referenced by FW::Pythia8Generator::Pythia8Generator(), and FW::Options::readPythia8Options().
Acts::PdgParticle FW::Pythia8Generator::Config::pdgBeam1 = Acts::PdgParticle::eProton |
PDG particle number of the second incoming beam.
Definition at line 32 of file Pythia8ProcessGenerator.hpp.
View newest version in sPHENIX GitHub at line 32 of file Pythia8ProcessGenerator.hpp
Referenced by FW::Pythia8Generator::Pythia8Generator(), and FW::Options::readPythia8Options().
std::vector<std::string> FW::Pythia8Generator::Config::settings = {{"HardQCD:all = on"}} |
Additional Pythia8 settings.
Definition at line 36 of file Pythia8ProcessGenerator.hpp.
View newest version in sPHENIX GitHub at line 36 of file Pythia8ProcessGenerator.hpp
Referenced by FW::Pythia8Generator::Pythia8Generator(), and FW::Options::readPythia8Options().