EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::detail::UnrestrictedParameterTraits Struct Reference

Traits class for an unrestricted parameter. More...

#include <acts/blob/sPHENIX/Core/include/Acts/EventData/detail/ParameterTraits.hpp>

Static Public Member Functions

template<typename value_t >
static constexpr const value_t & getValue (const value_t &value)
 Get the corrected value within the limits. This is a no-op here.
 
template<typename value_t >
static constexpr value_t getDifference (const value_t &lhs, const value_t &rhs)
 Compute the difference between two values.
 

Static Public Attributes

static constexpr bool may_modify_value = false
 Values need no adjustment.
 

Detailed Description

Traits class for an unrestricted parameter.

Definition at line 20 of file ParameterTraits.hpp.

View newest version in sPHENIX GitHub at line 20 of file ParameterTraits.hpp

Member Function Documentation

template<typename value_t >
static constexpr value_t Acts::detail::UnrestrictedParameterTraits::getDifference ( const value_t &  lhs,
const value_t &  rhs 
)
inlinestatic

Compute the difference between two values.

Definition at line 31 of file ParameterTraits.hpp.

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

template<typename value_t >
static constexpr const value_t& Acts::detail::UnrestrictedParameterTraits::getValue ( const value_t &  value)
inlinestatic

Get the corrected value within the limits. This is a no-op here.

Definition at line 26 of file ParameterTraits.hpp.

View newest version in sPHENIX GitHub at line 26 of file ParameterTraits.hpp

References value.

Member Data Documentation

constexpr bool Acts::detail::UnrestrictedParameterTraits::may_modify_value = false
static

Values need no adjustment.

Definition at line 22 of file ParameterTraits.hpp.

View newest version in sPHENIX GitHub at line 22 of file ParameterTraits.hpp


The documentation for this struct was generated from the following file: