Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ActsExamples::EventGenerator::Generator Struct Reference

Combined struct which contains all generator components. More...

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

Public Attributes

std::shared_ptr
< MultiplicityGenerator
multiplicity = nullptr
 
std::shared_ptr< VertexGeneratorvertex = nullptr
 
std::shared_ptr
< ParticlesGenerator
particles = nullptr
 

Detailed Description

Combined struct which contains all generator components.

Definition at line 89 of file EventGenerator.hpp.

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

Member Data Documentation

std::shared_ptr<MultiplicityGenerator> ActsExamples::EventGenerator::Generator::multiplicity = nullptr

Definition at line 90 of file EventGenerator.hpp.

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

std::shared_ptr<ParticlesGenerator> ActsExamples::EventGenerator::Generator::particles = nullptr

Definition at line 92 of file EventGenerator.hpp.

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

std::shared_ptr<VertexGenerator> ActsExamples::EventGenerator::Generator::vertex = nullptr

Definition at line 91 of file EventGenerator.hpp.

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


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