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

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

+ Collaboration diagram for ActsExamples::EventGenerator::Config:

Public Attributes

std::string outputParticles
 Name of the output particles collection.
 
std::vector< Generatorgenerators
 List of generators that should be used to generate the event.
 
std::shared_ptr< const
RandomNumbers
randomNumbers
 The random number service.
 

Detailed Description

Definition at line 56 of file EventGenerator.hpp.

View newest version in sPHENIX GitHub at line 56 of file EventGenerator.hpp

Member Data Documentation

std::vector<Generator> ActsExamples::EventGenerator::Config::generators

List of generators that should be used to generate the event.

Definition at line 60 of file EventGenerator.hpp.

View newest version in sPHENIX GitHub at line 60 of file EventGenerator.hpp

Referenced by ActsExamples::EventGenerator::EventGenerator(), ActsExamples::Options::readParticleGunOptions(), and ActsExamples::Options::readPythia8Options().

std::string ActsExamples::EventGenerator::Config::outputParticles

Name of the output particles collection.

Definition at line 58 of file EventGenerator.hpp.

View newest version in sPHENIX GitHub at line 58 of file EventGenerator.hpp

Referenced by ActsExamples::EventGenerator::EventGenerator(), and main().

std::shared_ptr<const RandomNumbers> ActsExamples::EventGenerator::Config::randomNumbers

The random number service.

Definition at line 62 of file EventGenerator.hpp.

View newest version in sPHENIX GitHub at line 62 of file EventGenerator.hpp

Referenced by ActsExamples::EventGenerator::EventGenerator(), and main().


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