EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <boost/hana/filter.hpp>
#include <boost/hana/set.hpp>
#include <boost/hana/type.hpp>
Go to the source code of this file.
Classes | |
struct | Acts::detail::result_type_extractor |
struct | Acts::detail::action_type_extractor |
Namespaces | |
namespace | Acts |
Set the Geometry Context PLUGIN. | |
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 seperate file. | |
Typedefs | |
template<typename T > | |
using | Acts::detail::result_type_t = typename result_type_extractor::extractor_impl< T > |
template<typename T > | |
using | Acts::detail::action_type_t = typename action_type_extractor::extractor_impl< T > |
Variables | |
constexpr auto | Acts::detail::type_collector |
template<typename helper , typename... items> | |
constexpr auto | Acts::detail::type_collector_t |
template<typename T > | |
constexpr bool | Acts::detail::has_result_type_v |
template<typename T > | |
constexpr bool | Acts::detail::has_action_type_v |