![]() |
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/TutorialVertexFinderAlgorithm.hpp"#include <memory>
Include dependency graph for TutorialVertexFinderExample.cpp: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 TutorialVertexFinderExample.cpp.
View newest version in sPHENIX GitHub at line 22 of file TutorialVertexFinderExample.cpp
References _T, ActsExamples::Options::addOutputOptions(), ActsExamples::Options::addPythia8Options(), ActsExamples::Options::addRandomNumbersOptions(), ActsExamples::Options::addSequencerOptions(), ActsExamples::TutorialVertexFinderAlgorithm::Config::bField, ActsExamples::ParticleSelector::Config::inputParticles, ActsExamples::ParticleSmearing::Config::inputParticles, ActsExamples::TutorialVertexFinderAlgorithm::Config::inputTrackParameters, ActsExamples::Options::makeDefaultOptions(), ActsExamples::ParticleSelector::Config::outputParticles, ActsExamples::EventGenerator::Config::outputParticles, ActsExamples::TutorialVertexFinderAlgorithm::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.
Here is the call graph for this function: