EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::MeasurementHelpers Namespace Reference

Functions

template<typename T >
const SurfacegetSurface (const T &fittable_measurement)
 Extract surface from a type erased measurement object.
 
template<typename T >
size_t getSize (const T &fittable_measurement)
 

Function Documentation

template<typename T >
size_t Acts::MeasurementHelpers::getSize ( const T fittable_measurement)

Definition at line 31 of file MeasurementHelpers.hpp.

View newest version in sPHENIX GitHub at line 31 of file MeasurementHelpers.hpp

Referenced by Acts::Test::BOOST_AUTO_TEST_CASE().

+ Here is the caller graph for this function:

template<typename T >
const Surface* Acts::MeasurementHelpers::getSurface ( const T fittable_measurement)

Extract surface from a type erased measurement object.

Template Parameters
TThe FittableMeasurement type
Returns
const pointer to the extracted surface

Definition at line 25 of file MeasurementHelpers.hpp.

View newest version in sPHENIX GitHub at line 25 of file MeasurementHelpers.hpp

Referenced by Acts::Test::BOOST_AUTO_TEST_CASE(), ActsTransformations::getGlobalPosition(), Acts::MinimalSourceLink::referenceSurface(), and Acts::Test::ExtendedMinimalSourceLink::referenceSurface().

+ Here is the caller graph for this function: