CMS 3D CMS Logo

Functions

truncPyr Namespace Reference

Functions

Pt3D refl (const Pt3D &p)

Function Documentation

Pt3D truncPyr::refl ( const Pt3D p)

Definition at line 209 of file TruncatedPyramid.cc.

Referenced by L1ExtraParticleMapProd::evaluateForwardRapidityGap().

   {
      return Pt3D ( -p.x(), p.y(), p.z() ) ;
   }