![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include "Acts/Definitions/TrackParametrization.hpp"#include "Acts/Utilities/detail/periodic.hpp"#include <cmath>#include <random>#include <utility>
Include dependency graph for GenerateParameters.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | Acts |
| Acts includes to create all necessary definitions. | |
| namespace | Acts::Test |
Functions | |
| template<typename scalar_t , size_t kSize, typename generator_t > | |
| auto | Acts::Test::generateParametersCovariance (generator_t &rng) -> std::pair< Eigen::Matrix< scalar_t, kSize, 1 >, Eigen::Matrix< scalar_t, kSize, kSize >> |
| template<typename generator_t > | |
| auto | Acts::Test::generateBoundParametersCovariance (generator_t &rng) |
| Generate a random bound parameters vector and covariance matrix. | |
| template<typename generator_t > | |
| auto | Acts::Test::generateFreeParametersCovariance (generator_t &rng) |
| Generate a random free parameters vector and covariance matrix. | |