EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Measurement.hpp File Reference
#include "Acts/EventData/ParameterSet.hpp"
#include "Acts/EventData/SourceLinkConcept.hpp"
#include "Acts/EventData/TrackParameters.hpp"
#include "Acts/EventData/detail/fittable_type_generator.hpp"
#include "Acts/Geometry/Volume.hpp"
#include "Acts/Surfaces/Surface.hpp"
#include "Acts/Utilities/ParameterDefinitions.hpp"
#include <memory>
#include <ostream>
#include <type_traits>
#include <utility>
+ Include dependency graph for Measurement.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Acts::detail::ReferenceObject< T >
 Deduction of the measuring geometry object based on the used indices. More...
 
struct  Acts::detail::ReferenceObject< BoundIndices >
 
struct  Acts::detail::ReferenceObject< FreeIndices >
 
class  Acts::Measurement< source_link_t, parameter_indices_t, params >
 base class for Measurements More...
 
struct  Acts::fittable_measurement_helper< source_link_t >
 
struct  Acts::fittable_measurement_helper< source_link_t >::meas_factory< pars >
 
struct  Acts::fittable_volume_measurement_helper< source_link_t >
 
struct  Acts::fittable_volume_measurement_helper< source_link_t >::meas_factory< pars >
 

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 source_link_t >
using Acts::FittableMeasurement = typename fittable_measurement_helper< source_link_t >::type
 Measurement variant types.
 
template<typename source_link_t >
using Acts::FittableVolumeMeasurement = typename fittable_volume_measurement_helper< source_link_t >::type