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

#include <acts/blob/master/Examples/Algorithms/Generators/ACTFW/Generators/EventGenerator.hpp>

+ Collaboration diagram for FW::EventGenerator::Config:

Public Attributes

std::string output
 Name of the output collection.
 
std::vector< Generatorgenerators
 List of generators that should be used to generate the event.
 
bool shuffle = false
 Shuffle generated vertices to mix generator output.
 
std::shared_ptr< const
RandomNumbers
randomNumbers
 The random number service.
 

Detailed Description

Definition at line 57 of file EventGenerator.hpp.

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

Member Data Documentation

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

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

Definition at line 61 of file EventGenerator.hpp.

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

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

std::string FW::EventGenerator::Config::output

Name of the output collection.

Definition at line 59 of file EventGenerator.hpp.

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

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

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

The random number service.

Definition at line 65 of file EventGenerator.hpp.

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

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

bool FW::EventGenerator::Config::shuffle = false

Shuffle generated vertices to mix generator output.

Definition at line 63 of file EventGenerator.hpp.

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


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