EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/sPHENIX/Examples/Framework/include/ActsExamples/Framework/Sequencer.hpp>
Public Attributes | |
size_t | skip = 0 |
number of events to skip at the beginning | |
size_t | events = SIZE_MAX |
number of events to process, SIZE_MAX to process all available events | |
Acts::Logging::Level | logLevel = Acts::Logging::INFO |
logging level | |
int | numThreads = -1 |
number of parallel threads to run, negative for automatic determination | |
std::string | outputDir |
output directory for timing information, empty for working directory | |
Definition at line 33 of file Sequencer.hpp.
View newest version in sPHENIX GitHub at line 33 of file Sequencer.hpp
size_t ActsExamples::Sequencer::Config::events = SIZE_MAX |
number of events to process, SIZE_MAX to process all available events
Definition at line 37 of file Sequencer.hpp.
View newest version in sPHENIX GitHub at line 37 of file Sequencer.hpp
Referenced by main(), processGeometry(), and ActsExamples::Options::readSequencerConfig().
Acts::Logging::Level ActsExamples::Sequencer::Config::logLevel = Acts::Logging::INFO |
logging level
Definition at line 39 of file Sequencer.hpp.
View newest version in sPHENIX GitHub at line 39 of file Sequencer.hpp
Referenced by ActsExamples::Options::readSequencerConfig().
int ActsExamples::Sequencer::Config::numThreads = -1 |
number of parallel threads to run, negative for automatic determination
Definition at line 41 of file Sequencer.hpp.
View newest version in sPHENIX GitHub at line 41 of file Sequencer.hpp
Referenced by ActsExamples::Options::readSequencerConfig(), and ActsExamples::Sequencer::Sequencer().
std::string ActsExamples::Sequencer::Config::outputDir |
output directory for timing information, empty for working directory
Definition at line 43 of file Sequencer.hpp.
View newest version in sPHENIX GitHub at line 43 of file Sequencer.hpp
Referenced by ActsExamples::Options::readSequencerConfig().
size_t ActsExamples::Sequencer::Config::skip = 0 |
number of events to skip at the beginning
Definition at line 35 of file Sequencer.hpp.
View newest version in sPHENIX GitHub at line 35 of file Sequencer.hpp
Referenced by ActsExamples::Options::readSequencerConfig().