EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
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 20 of file ParameterTraits.hpp.
View newest version in sPHENIX GitHub at line 20 of file ParameterTraits.hpp
|
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
|
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.
|
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