Analysis Software
Documentation for sPHENIX simulation software
|
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. | |
Traits class for an unrestricted parameter.
Definition at line 21 of file ParameterTraits.hpp.
View newest version in sPHENIX GitHub at line 21 of file ParameterTraits.hpp
|
inlinestatic |
Compute the difference between two values.
Definition at line 32 of file ParameterTraits.hpp.
View newest version in sPHENIX GitHub at line 32 of file ParameterTraits.hpp
References check_smearing_config::rhs.
|
inlinestatic |
Get the corrected value within the limits. This is a no-op here.
Definition at line 27 of file ParameterTraits.hpp.
View newest version in sPHENIX GitHub at line 27 of file ParameterTraits.hpp
References value.
|
static |
Values need no adjustment.
Definition at line 23 of file ParameterTraits.hpp.
View newest version in sPHENIX GitHub at line 23 of file ParameterTraits.hpp