CMS 3D CMS Logo

PixelRecoPointRZ Class Reference

Utility to group two floats into r-z coordinates. More...

#include <RecoTracker/TkMSParametrization/interface/PixelRecoPointRZ.h>

List of all members.

Public Member Functions

 PixelRecoPointRZ (float r, float z)
 PixelRecoPointRZ ()
const float & r () const
const float & z () const

Private Attributes

float theR
float theZ


Detailed Description

Utility to group two floats into r-z coordinates.

Definition at line 6 of file PixelRecoPointRZ.h.


Constructor & Destructor Documentation

PixelRecoPointRZ::PixelRecoPointRZ (  )  [inline]

Definition at line 8 of file PixelRecoPointRZ.h.

00008 { }

PixelRecoPointRZ::PixelRecoPointRZ ( float  r,
float  z 
) [inline]

Definition at line 9 of file PixelRecoPointRZ.h.

00009 : theR(r), theZ(z) { }


Member Function Documentation

const float& PixelRecoPointRZ::r (  )  const [inline]

Definition at line 10 of file PixelRecoPointRZ.h.

References theR.

Referenced by MSLayer::distance(), MultipleScatteringParametrisation::operator()(), MultipleScatteringGeometry::otherLayers(), PixelRecoLineRZ::rAtZ(), MSLayersAtAngle::sumX0D(), and PixelRecoLineRZ::zAtR().

00010 { return theR; }

const float& PixelRecoPointRZ::z ( void   )  const [inline]

Definition at line 11 of file PixelRecoPointRZ.h.

References theZ.

Referenced by RectangularEtaPhiTrackingRegion::checkRZ(), MSLayer::distance(), MultipleScatteringGeometry::otherLayers(), PixelRecoLineRZ::rAtZ(), and PixelRecoLineRZ::zAtR().

00011 { return theZ; }


Member Data Documentation

float PixelRecoPointRZ::theR [private]

Definition at line 13 of file PixelRecoPointRZ.h.

Referenced by r().

float PixelRecoPointRZ::theZ [private]

Definition at line 13 of file PixelRecoPointRZ.h.

Referenced by z().


The documentation for this class was generated from the following file:
Generated on Tue Jun 9 18:30:03 2009 for CMSSW by  doxygen 1.5.4