Analysis Software
Documentation for sPHENIX simulation software
|
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. | |
bool | printShortEventListing = false |
Let pythia print summarized event info. | |
bool | printLongEventListing = false |
Let pythia print detailed event info. | |
Definition at line 30 of file Pythia8ProcessGenerator.hpp.
View newest version in sPHENIX GitHub at line 30 of file Pythia8ProcessGenerator.hpp
double ActsExamples::Pythia8Generator::Config::cmsEnergy = 14 * Acts::UnitConstants::TeV |
Center-of-mass energy.
Definition at line 36 of file Pythia8ProcessGenerator.hpp.
View newest version in sPHENIX GitHub at line 36 of file Pythia8ProcessGenerator.hpp
Referenced by ActsExamples::Pythia8Generator::Pythia8Generator(), and ActsExamples::Options::readPythia8Options().
Acts::PdgParticle ActsExamples::Pythia8Generator::Config::pdgBeam0 = Acts::PdgParticle::eProton |
PDG particle number of the first 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 ActsExamples::Pythia8Generator::Pythia8Generator(), and ActsExamples::Options::readPythia8Options().
Acts::PdgParticle ActsExamples::Pythia8Generator::Config::pdgBeam1 = Acts::PdgParticle::eProton |
PDG particle number of the second incoming beam.
Definition at line 34 of file Pythia8ProcessGenerator.hpp.
View newest version in sPHENIX GitHub at line 34 of file Pythia8ProcessGenerator.hpp
Referenced by ActsExamples::Pythia8Generator::Pythia8Generator(), and ActsExamples::Options::readPythia8Options().
bool ActsExamples::Pythia8Generator::Config::printLongEventListing = false |
Let pythia print detailed event info.
Definition at line 42 of file Pythia8ProcessGenerator.hpp.
View newest version in sPHENIX GitHub at line 42 of file Pythia8ProcessGenerator.hpp
bool ActsExamples::Pythia8Generator::Config::printShortEventListing = false |
Let pythia print summarized event info.
Definition at line 40 of file Pythia8ProcessGenerator.hpp.
View newest version in sPHENIX GitHub at line 40 of file Pythia8ProcessGenerator.hpp
std::vector<std::string> ActsExamples::Pythia8Generator::Config::settings = {{"HardQCD:all = on"}} |
Additional Pythia8 settings.
Definition at line 38 of file Pythia8ProcessGenerator.hpp.
View newest version in sPHENIX GitHub at line 38 of file Pythia8ProcessGenerator.hpp
Referenced by ActsExamples::Pythia8Generator::Pythia8Generator(), and ActsExamples::Options::readPythia8Options().