///////////////////////////////////////////////// /// \class RAT::VertexTools /// /// \brief Common operations for vectors /// /// \author Juan Pablo Yanez /// /// \details The class includes common vector manipulations /// that are not covered by the native vector methods. /// ////////////////////////////////////////////////////// #include #include #ifndef __RAT_VectorTools__ #define __RAT_VectorTools__ namespace RAT { G4ThreeVector SphericallyUniform3Vector(); } // namespace RAT #endif