EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include "Acts/Utilities/Units.hpp"
#include "ActsExamples/Framework/Sequencer.hpp"
#include "ActsExamples/Io/Csv/CsvOptionsReader.hpp"
#include "ActsExamples/Io/Csv/CsvParticleReader.hpp"
#include "ActsExamples/Options/CommonOptions.hpp"
#include "ActsExamples/TruthTracking/ParticleSelector.hpp"
#include "ActsExamples/TruthTracking/ParticleSmearing.hpp"
#include "ActsExamples/Vertexing/IterativeVertexFinderAlgorithm.hpp"
#include <memory>
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 29 of file VertexFinderReaderExample.cpp.
View newest version in sPHENIX GitHub at line 29 of file VertexFinderReaderExample.cpp
References _T, ActsExamples::Options::addInputOptions(), ActsExamples::Options::addOutputOptions(), ActsExamples::Options::addRandomNumbersOptions(), ActsExamples::Options::addSequencerOptions(), ActsExamples::IterativeVertexFinderAlgorithm::Config::bField, ActsExamples::ParticleSelector::Config::inputParticles, ActsExamples::ParticleSmearing::Config::inputParticles, ActsExamples::IterativeVertexFinderAlgorithm::Config::inputTrackParameters, ActsExamples::Options::makeDefaultOptions(), ActsExamples::ParticleSelector::Config::outputParticles, ActsExamples::CsvParticleReader::Config::outputParticles, ActsExamples::IterativeVertexFinderAlgorithm::Config::outputProtoVertices, ActsExamples::ParticleSmearing::Config::outputTrackParameters, ActsExamples::Options::parse(), ActsExamples::ParticleSmearing::Config::randomNumbers, ActsExamples::Options::readCsvParticleReaderConfig(), ActsExamples::Options::readLogLevel(), ActsExamples::Options::readRandomNumbersConfig(), ActsExamples::Options::readSequencerConfig(), and ActsExamples::ParticleSelector::Config::removeNeutral.