Trivial N-dimensional vector. More...
#include <Vectors.h>
Public Member Functions | |
Float_T & | operator[] (unsigned i) |
The i-th coordinate. | |
Float_T | operator[] (unsigned i) const |
Protected Attributes | |
Float_T | _c [N] |
Trivial N-dimensional vector.
Access to coordinates is provided through the [] operator. Could be replaced or make use of a a more elaborate implementation, e.g. from CLHEP or root::MathCore in the future.