Replace dx/dy/dz with operator[] in Hep3Vector
Note: The substitution of x()/y()/z() in operator() is necessary to avoid infinite recursion, as x()/y()/z() are now defined in terms of operator[] instead.
Please register or sign in to comment
Note: The substitution of x()/y()/z() in operator() is necessary to avoid infinite recursion, as x()/y()/z() are now defined in terms of operator[] instead.