CMS 3D CMS Logo

Functions

truncPyr Namespace Reference

Functions

HepGeom::Point3D< double > refl (const HepGeom::Point3D< double > &p)

Function Documentation

HepGeom::Point3D<double> truncPyr::refl ( const HepGeom::Point3D< double > &  p)

Definition at line 94 of file TruncatedPyramid.cc.

Referenced by TruncatedPyramid::createCorners(), L1ExtraParticleMapProd::evaluateForwardRapidityGap(), and TruncatedPyramid::localCornersReflection().

   {
      return HepGeom::Point3D<double> ( -p.x(), p.y(), p.z() ) ;
   }