![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include "Acts/Geometry/GeometryHierarchyMap.hpp"#include "Acts/Geometry/GeometryIdentifier.hpp"#include "Acts/Plugins/Python/Utilities.hpp"#include "Acts/Seeding/SeedConfirmationRangeConfig.hpp"#include "Acts/Seeding/SeedFilterConfig.hpp"#include "Acts/Seeding/SeedFinderConfig.hpp"#include "Acts/Seeding/SeedFinderFTFConfig.hpp"#include "Acts/Seeding/SeedFinderOrthogonalConfig.hpp"#include "Acts/Seeding/SpacePointGrid.hpp"#include "Acts/TrackFinding/MeasurementSelector.hpp"#include "Acts/Utilities/Logger.hpp"#include "Acts/Utilities/TypeTraits.hpp"#include "ActsExamples/EventData/Track.hpp"#include "ActsExamples/TrackFinding/HoughTransformSeeder.hpp"#include "ActsExamples/TrackFinding/SeedingAlgorithm.hpp"#include "ActsExamples/TrackFinding/SeedingFTFAlgorithm.hpp"#include "ActsExamples/TrackFinding/SeedingOrthogonalAlgorithm.hpp"#include "ActsExamples/TrackFinding/SpacePointMaker.hpp"#include "ActsExamples/TrackFinding/TrackFindingAlgorithm.hpp"#include "ActsExamples/TrackFinding/TrackParamsEstimationAlgorithm.hpp"#include "ActsExamples/Utilities/MeasurementMapSelector.hpp"#include "ActsExamples/Utilities/PrototracksToSeeds.hpp"#include "ActsExamples/Utilities/SeedsToPrototracks.hpp"#include "ActsExamples/Utilities/TracksToTrajectories.hpp"#include "ActsExamples/Utilities/TrajectoriesToPrototracks.hpp"#include <array>#include <cstddef>#include <memory>#include <tuple>#include <utility>#include <vector>#include <pybind11/pybind11.h>#include <pybind11/stl.h>
Include dependency graph for TrackFinding.cpp:Go to the source code of this file.
Namespaces | |
| namespace | Acts |
| Acts includes to create all necessary definitions. | |
| namespace | ActsExamples |
| namespace | Acts::Python |
Functions | |
| void | Acts::Python::addTrackFinding (Context &ctx) |