![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include "Acts/Definitions/Algebra.hpp"#include "Acts/Definitions/TrackParametrization.hpp"#include "Acts/EventData/Measurement.hpp"#include "Acts/EventData/MultiTrajectory.hpp"#include "Acts/EventData/SourceLink.hpp"#include "Acts/Geometry/GeometryContext.hpp"#include "Acts/Geometry/GeometryIdentifier.hpp"#include "Acts/Geometry/TrackingGeometry.hpp"#include "Acts/Utilities/CalibrationContext.hpp"#include <algorithm>#include <array>#include <cassert>#include <cstddef>#include <iosfwd>#include <stdexcept>
Include dependency graph for TestSourceLink.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | Acts::Test::TestSourceLink |
| struct | Acts::Test::TestSourceLink::SurfaceAccessor |
Namespaces | |
| namespace | Acts |
| Acts includes to create all necessary definitions. | |
| namespace | Acts::Test |
Functions | |
| bool | Acts::Test::operator== (const TestSourceLink &lhs, const TestSourceLink &rhs) |
| bool | Acts::Test::operator!= (const TestSourceLink &lhs, const TestSourceLink &rhs) |
| std::ostream & | Acts::Test::operator<< (std::ostream &os, const TestSourceLink &sourceLink) |
| template<typename trajectory_t > | |
| Acts::BoundVariantMeasurement | Acts::Test::testSourceLinkCalibratorReturn (const GeometryContext &, const CalibrationContext &, const SourceLink &sourceLink, typename trajectory_t::TrackStateProxy trackState) |
| template<typename trajectory_t > | |
| void | Acts::Test::testSourceLinkCalibrator (const GeometryContext &gctx, const CalibrationContext &cctx, const SourceLink &sourceLink, typename trajectory_t::TrackStateProxy trackState) |