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

#include <acts/blob/sPHENIX/Examples/Run/HelloWorld/HelloRandomAlgorithm.hpp>

+ Collaboration diagram for ActsExamples::HelloRandomAlgorithm::Config:

Public Attributes

std::shared_ptr
< ActsExamples::RandomNumbers
randomNumbers = nullptr
 
std::array< double, 2 > gaussParameters = {{0., 1.}}
 Random distribution parameters.
 
std::array< double, 2 > uniformParameters = {{0., 1.}}
 
std::array< double, 2 > gammaParameters = {{0., 1.}}
 
int poissonParameter = 40
 
size_t drawsPerEvent = 0
 
std::string output
 Where to store the generated data in the event store.
 

Detailed Description

Definition at line 26 of file HelloRandomAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 26 of file HelloRandomAlgorithm.hpp

Member Data Documentation

size_t ActsExamples::HelloRandomAlgorithm::Config::drawsPerEvent = 0

Definition at line 33 of file HelloRandomAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 33 of file HelloRandomAlgorithm.hpp

Referenced by main().

std::array<double, 2> ActsExamples::HelloRandomAlgorithm::Config::gammaParameters = {{0., 1.}}

Definition at line 31 of file HelloRandomAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 31 of file HelloRandomAlgorithm.hpp

Referenced by main().

std::array<double, 2> ActsExamples::HelloRandomAlgorithm::Config::gaussParameters = {{0., 1.}}

Random distribution parameters.

Definition at line 29 of file HelloRandomAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 29 of file HelloRandomAlgorithm.hpp

Referenced by main().

std::string ActsExamples::HelloRandomAlgorithm::Config::output

Where to store the generated data in the event store.

Definition at line 35 of file HelloRandomAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 35 of file HelloRandomAlgorithm.hpp

Referenced by ambiguity_solver_network.DuplicateClassifier::forward(), ActsExamples::HelloRandomAlgorithm::HelloRandomAlgorithm(), and main().

int ActsExamples::HelloRandomAlgorithm::Config::poissonParameter = 40

Definition at line 32 of file HelloRandomAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 32 of file HelloRandomAlgorithm.hpp

std::shared_ptr<ActsExamples::RandomNumbers> ActsExamples::HelloRandomAlgorithm::Config::randomNumbers = nullptr

Definition at line 27 of file HelloRandomAlgorithm.hpp.

View newest version in sPHENIX GitHub at line 27 of file HelloRandomAlgorithm.hpp

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

std::array<double, 2> ActsExamples::HelloRandomAlgorithm::Config::uniformParameters = {{0., 1.}}

Definition at line 30 of file HelloRandomAlgorithm.hpp.

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

Referenced by main().


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