ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
An example tools that shows the sequencer functionality. More...
#include <cstdlib>
#include <memory>
#include "ACTFW/Framework/RandomNumbers.hpp"
#include "ACTFW/Framework/Sequencer.hpp"
#include "ACTFW/Options/CommonOptions.hpp"
#include "HelloLoggerAlgorithm.hpp"
#include "HelloRandomAlgorithm.hpp"
#include "HelloService.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.
Definition at line 23 of file HelloWorld.cpp.
View newest version in sPHENIX GitHub at line 23 of file HelloWorld.cpp
References FW::Options::addRandomNumbersOptions(), FW::Options::addSequencerOptions(), FW::HelloRandomAlgorithm::Config::drawsPerEvent, FW::HelloService::Config::eventsPerBlock, FW::HelloRandomAlgorithm::Config::gammaParameters, FW::HelloRandomAlgorithm::Config::gaussParameters, FW::HelloWhiteBoardAlgorithm::Config::input, FW::Options::makeDefaultOptions(), FW::HelloWhiteBoardAlgorithm::Config::output, FW::HelloRandomAlgorithm::Config::output, FW::Options::parse(), FW::HelloRandomAlgorithm::Config::randomNumbers, FW::Options::readLogLevel(), FW::Options::readRandomNumbersConfig(), FW::Options::readSequencerConfig(), and FW::HelloRandomAlgorithm::Config::uniformParameters.