ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/master/Examples/Run/HelloWorld/HelloRandomAlgorithm.hpp>
Public Attributes | |
std::shared_ptr < FW::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 FW::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> FW::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> FW::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 FW::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 FW::HelloRandomAlgorithm::HelloRandomAlgorithm(), and main().
int FW::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<FW::RandomNumbers> FW::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 FW::HelloRandomAlgorithm::HelloRandomAlgorithm(), and main().
std::array<double, 2> FW::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().