Analysis Software
Documentation for sPHENIX simulation software
|
An example tools that shows the sequencer functionality. More...
#include "ActsExamples/Framework/RandomNumbers.hpp"
#include "ActsExamples/Framework/Sequencer.hpp"
#include "ActsExamples/Options/CommonOptions.hpp"
#include <cstdlib>
#include <memory>
#include "HelloLoggerAlgorithm.hpp"
#include "HelloRandomAlgorithm.hpp"
#include "HelloWhiteBoardAlgorithm.hpp"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
An example tools that shows the sequencer functionality.
Definition in file HelloWorld.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 23 of file HelloWorld.cpp.
View newest version in sPHENIX GitHub at line 23 of file HelloWorld.cpp
References ActsExamples::Options::addRandomNumbersOptions(), ActsExamples::Options::addSequencerOptions(), ActsExamples::HelloRandomAlgorithm::Config::drawsPerEvent, ActsExamples::HelloRandomAlgorithm::Config::gammaParameters, ActsExamples::HelloRandomAlgorithm::Config::gaussParameters, ActsExamples::HelloWhiteBoardAlgorithm::Config::input, telescope_simulation::logLevel, ActsExamples::Options::makeDefaultOptions(), ActsExamples::HelloWhiteBoardAlgorithm::Config::output, ActsExamples::HelloRandomAlgorithm::Config::output, ActsExamples::Options::parse(), ActsExamples::HelloRandomAlgorithm::Config::randomNumbers, ActsExamples::Options::readLogLevel(), ActsExamples::Options::readRandomNumbersConfig(), ActsExamples::Options::readSequencerConfig(), physmon_simulation::rnd, and ActsExamples::HelloRandomAlgorithm::Config::uniformParameters.