Analysis Software
Documentation for sPHENIX simulation 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 95 of file EventGenerator.hpp.

View newest version in sPHENIX GitHub at line 95 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 99 of file EventGenerator.hpp.

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

Referenced by ActsExamples::EventGenerator::EventGenerator().

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

Name of the output particles collection.

Definition at line 97 of file EventGenerator.hpp.

View newest version in sPHENIX GitHub at line 97 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 101 of file EventGenerator.hpp.

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

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


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