EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include "Acts/Utilities/Units.hpp"
#include "ActsExamples/Framework/Sequencer.hpp"
#include "ActsExamples/Options/CommonOptions.hpp"
#include "ActsExamples/Options/Pythia8Options.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 22 of file IterativeVertexFinderExample.cpp.
View newest version in sPHENIX GitHub at line 22 of file IterativeVertexFinderExample.cpp
References _T, ActsExamples::Options::addOutputOptions(), ActsExamples::Options::addPythia8Options(), 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::EventGenerator::Config::outputParticles, ActsExamples::IterativeVertexFinderAlgorithm::Config::outputProtoVertices, ActsExamples::ParticleSmearing::Config::outputTrackParameters, ActsExamples::Options::parse(), ActsExamples::ParticleSmearing::Config::randomNumbers, ActsExamples::EventGenerator::Config::randomNumbers, ActsExamples::Options::readLogLevel(), ActsExamples::Options::readPythia8Options(), ActsExamples::Options::readRandomNumbersConfig(), ActsExamples::Options::readSequencerConfig(), and ActsExamples::ParticleSelector::Config::removeNeutral.