ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <Acts/EventData/TrackParameters.hpp>
#include <boost/program_options.hpp>
#include <memory>
#include "ACTFW/Framework/Sequencer.hpp"
#include "ACTFW/Generators/MultiplicityGenerators.hpp"
#include "ACTFW/Generators/Pythia8ProcessGenerator.hpp"
#include "ACTFW/Generators/VertexGenerators.hpp"
#include "ACTFW/Io/Csv/CsvParticleWriter.hpp"
#include "ACTFW/Io/Root/RootParticleWriter.hpp"
#include "ACTFW/Options/CommonOptions.hpp"
#include "ACTFW/Options/Pythia8Options.hpp"
#include "ACTFW/TruthTracking/TrackSelector.hpp"
#include "ACTFW/TruthTracking/TruthVerticesToTracks.hpp"
#include "ACTFW/Utilities/Paths.hpp"
#include "ACTFW/Vertexing/VertexFitAlgorithm.hpp"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
Main vertex fitter example executable
argc | The argument count |
argv | The argument list |
Definition at line 32 of file VertexFitterExample.cpp.
View newest version in sPHENIX GitHub at line 32 of file VertexFitterExample.cpp
References Acts::units::_MeV, Acts::units::_mm, _T, FW::TrackSelector::Config::absEtaMax, FW::Options::addOutputOptions(), FW::Options::addPythia8Options(), FW::Options::addRandomNumbersOptions(), FW::Options::addSequencerOptions(), FWE::VertexFitAlgorithm::Config::bField, FW::TruthVerticesToTracksAlgorithm::Config::bField, incremental_prev_tag::desc, FW::TrackSelector::Config::input, FW::TruthVerticesToTracksAlgorithm::Config::input, FW::TrackSelector::Config::keepNeutral, FW::Options::makeDefaultOptions(), FW::TrackSelector::Config::output, FW::TruthVerticesToTracksAlgorithm::Config::output, FW::EventGenerator::Config::output, FW::Options::parse(), FW::TrackSelector::Config::ptMin, FW::EventGenerator::Config::randomNumbers, FW::TruthVerticesToTracksAlgorithm::Config::randomNumberSvc, FW::Options::readLogLevel(), FW::Options::readPythia8Options(), FW::Options::readRandomNumbersConfig(), FW::Options::readSequencerConfig(), FW::TrackSelector::Config::rhoMax, and FWE::VertexFitAlgorithm::Config::trackCollection.