EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ActsExamples::Pythia8Generator::Config Struct Reference

#include <acts/blob/sPHENIX/Examples/Algorithms/GeneratorsPythia8/ActsExamples/Generators/Pythia8ProcessGenerator.hpp>

+ Collaboration diagram for ActsExamples::Pythia8Generator::Config:

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.
 

Detailed Description

Definition at line 28 of file Pythia8ProcessGenerator.hpp.

View newest version in sPHENIX GitHub at line 28 of file Pythia8ProcessGenerator.hpp

Member Data Documentation

double ActsExamples::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 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 30 of file Pythia8ProcessGenerator.hpp.

View newest version in sPHENIX GitHub at line 30 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 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().

std::vector<std::string> ActsExamples::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 ActsExamples::Pythia8Generator::Pythia8Generator(), and ActsExamples::Options::readPythia8Options().


The documentation for this struct was generated from the following file: