![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
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 "HelloService.hpp"#include "HelloWhiteBoardAlgorithm.hpp"
Include dependency graph for HelloWorld.cpp: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 24 of file HelloWorld.cpp.
View newest version in sPHENIX GitHub at line 24 of file HelloWorld.cpp
References ActsExamples::Options::addRandomNumbersOptions(), ActsExamples::Options::addSequencerOptions(), ActsExamples::HelloRandomAlgorithm::Config::drawsPerEvent, ActsExamples::HelloService::Config::eventsPerBlock, ActsExamples::HelloRandomAlgorithm::Config::gammaParameters, ActsExamples::HelloRandomAlgorithm::Config::gaussParameters, ActsExamples::HelloWhiteBoardAlgorithm::Config::input, 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(), and ActsExamples::HelloRandomAlgorithm::Config::uniformParameters.
Here is the call graph for this function: