14 #ifndef HEP_NORMAL3D_H 15 #define HEP_NORMAL3D_H 19 #include "CLHEP/Vector/ThreeVector.h" 74 set(v.
x(),v.
y(),v.
z());
return *
this;
80 set(v.
x(),v.
y(),v.
z());
return *
this;
156 set(v.
x(),v.
y(),v.
z());
return *
this;
162 set(v.
x(),v.
y(),v.
z());
return *
this;
168 set(v.
x(),v.
y(),v.
z());
return *
this;
185 #ifdef ENABLE_BACKWARDS_COMPATIBILITY Normal3D(const BasicVector3D< float > &v)
Normal3D(float x1, float y1, float z1)
Normal3D(const BasicVector3D< double > &v)
Normal3D(const Normal3D< float > &v)
Normal3D(const double *a)
Normal3D< float > operator*(const Transform3D &m, const Normal3D< float > &n)
Normal3D< float > & operator=(const Normal3D< float > &v)
Normal3D(const Normal3D< double > &v)
Normal3D< double > & operator=(const Normal3D< double > &v)
Normal3D< float > & operator=(const BasicVector3D< float > &v)
Normal3D(double x1, double y1, double z1)
Normal3D(const CLHEP::Hep3Vector &v)
Normal3D< double > & operator=(const BasicVector3D< float > &v)
Normal3D< double > & operator=(const BasicVector3D< double > &v)
Normal3D(const BasicVector3D< float > &v)