EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/sPHENIX/Examples/Run/HelloWorld/HelloRandomAlgorithm.hpp>
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. | |
Definition at line 23 of file HelloRandomAlgorithm.hpp.
View newest version in sPHENIX GitHub at line 23 of file HelloRandomAlgorithm.hpp
size_t ActsExamples::HelloRandomAlgorithm::Config::drawsPerEvent = 0 |
Definition at line 30 of file HelloRandomAlgorithm.hpp.
View newest version in sPHENIX GitHub at line 30 of file HelloRandomAlgorithm.hpp
Referenced by main().
std::array<double, 2> ActsExamples::HelloRandomAlgorithm::Config::gammaParameters = {{0., 1.}} |
Definition at line 28 of file HelloRandomAlgorithm.hpp.
View newest version in sPHENIX GitHub at line 28 of file HelloRandomAlgorithm.hpp
Referenced by main().
std::array<double, 2> ActsExamples::HelloRandomAlgorithm::Config::gaussParameters = {{0., 1.}} |
Random distribution parameters.
Definition at line 26 of file HelloRandomAlgorithm.hpp.
View newest version in sPHENIX GitHub at line 26 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 32 of file HelloRandomAlgorithm.hpp.
View newest version in sPHENIX GitHub at line 32 of file HelloRandomAlgorithm.hpp
Referenced by ActsExamples::HelloRandomAlgorithm::HelloRandomAlgorithm(), and main().
int ActsExamples::HelloRandomAlgorithm::Config::poissonParameter = 40 |
Definition at line 29 of file HelloRandomAlgorithm.hpp.
View newest version in sPHENIX GitHub at line 29 of file HelloRandomAlgorithm.hpp
std::shared_ptr<ActsExamples::RandomNumbers> ActsExamples::HelloRandomAlgorithm::Config::randomNumbers = nullptr |
Definition at line 24 of file HelloRandomAlgorithm.hpp.
View newest version in sPHENIX GitHub at line 24 of file HelloRandomAlgorithm.hpp
Referenced by ActsExamples::HelloRandomAlgorithm::HelloRandomAlgorithm(), and main().
std::array<double, 2> ActsExamples::HelloRandomAlgorithm::Config::uniformParameters = {{0., 1.}} |
Definition at line 27 of file HelloRandomAlgorithm.hpp.
View newest version in sPHENIX GitHub at line 27 of file HelloRandomAlgorithm.hpp
Referenced by main().