ATLAS Offline Software
|
A struct mimicking std::array<float ,3> this structure is a temporary solution for our dynamic variables. More...
#include <SpacePoint_v1.h>
Public Member Functions | |
float * | data () |
const float * | data () const |
Public Attributes | |
float | values [3] |
A struct mimicking std::array<float ,3> this structure is a temporary solution for our dynamic variables.
There is an issue with ROOT's handling of std::vector<std::array<T, N> >, followed in https://github.com/root-project/root/issues/12007, that prevents us from using std::vector< std::array<float, 3> > for dynamic variables. This structure bypass the issue.
Definition at line 23 of file SpacePoint_v1.h.
|
inline |
Definition at line 24 of file SpacePoint_v1.h.
Definition at line 25 of file SpacePoint_v1.h.
float xAOD::ArrayFloat3::values[3] |
Definition at line 26 of file SpacePoint_v1.h.