Analysis Software
Documentation for sPHENIX simulation software
|
#include "Acts/Definitions/Algebra.hpp"
#include "Acts/Definitions/TrackParametrization.hpp"
#include <cstdint>
#include <iosfwd>
Go to the source code of this file.
Namespaces | |
namespace | Acts |
Acts includes to create all necessary definitions. | |
namespace | Acts::detail |
These functions perform the transport of a covariance matrix using given Jacobians. The required data is provided by the stepper object with some additional data. Since this is a purely algebraic problem the calculations are identical for StraightLineStepper and EigenStepper . As a consequence the methods can be located in a separate file. | |
Functions | |
void | Acts::detail::printBoundParameters (std::ostream &os, const Surface &surface, const BoundVector ¶ms, const BoundSquareMatrix *cov=nullptr) |
void | Acts::detail::printFreeParameters (std::ostream &os, const FreeVector ¶ms, const FreeMatrix *cov=nullptr) |
void | Acts::detail::printMeasurement (std::ostream &os, BoundIndices size, const uint8_t *indices, const ActsScalar *params, const ActsScalar *cov) |
void | Acts::detail::printMeasurement (std::ostream &os, FreeIndices size, const uint8_t *indices, const ActsScalar *params, const ActsScalar *cov) |