Analysis Software
Documentation for sPHENIX simulation 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.
 
bool printShortEventListing = false
 Let pythia print summarized event info.
 
bool printLongEventListing = false
 Let pythia print detailed event info.
 

Detailed Description

Definition at line 30 of file Pythia8ProcessGenerator.hpp.

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

Member Data Documentation

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().


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