EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
Public Member Functions | |
NamedType (const T &value) | |
NamedType (T &&value) | |
T & | get () |
const T & | get () const |
Private Attributes | |
T | m_value |
Strong type helper, not public This is only used to provide sensible tag-dispatch below.
Definition at line 44 of file BoundingBox.hpp.
View newest version in sPHENIX GitHub at line 44 of file BoundingBox.hpp
|
inlineexplicit |
Definition at line 46 of file BoundingBox.hpp.
View newest version in sPHENIX GitHub at line 46 of file BoundingBox.hpp
|
inlineexplicit |
Definition at line 47 of file BoundingBox.hpp.
View newest version in sPHENIX GitHub at line 47 of file BoundingBox.hpp
|
inline |
Definition at line 48 of file BoundingBox.hpp.
View newest version in sPHENIX GitHub at line 48 of file BoundingBox.hpp
References Acts::AxisAlignedBoundingBox< entity_t, value_t, DIM >::NamedType< T, P >::m_value.
|
inline |
Definition at line 49 of file BoundingBox.hpp.
View newest version in sPHENIX GitHub at line 49 of file BoundingBox.hpp
References Acts::AxisAlignedBoundingBox< entity_t, value_t, DIM >::NamedType< T, P >::m_value.
|
private |
Definition at line 52 of file BoundingBox.hpp.
View newest version in sPHENIX GitHub at line 52 of file BoundingBox.hpp
Referenced by Acts::AxisAlignedBoundingBox< entity_t, value_t, DIM >::NamedType< T, P >::get().