CMS 3D CMS Logo

Geom::Cartesian2Cartesian3D< T > Class Template Reference

Cartesian coordinate set, for uniformity with other coordinate systems. More...

#include <DataFormats/GeometryVector/interface/CoordinateSets.h>

List of all members.

Public Member Functions

 Cartesian2Cartesian3D (const T &x, const T &y, const T &z)
const T & x () const
const T & y () const
const T & z () const

Private Attributes

x_
y_
z_


Detailed Description

template<typename T>
class Geom::Cartesian2Cartesian3D< T >

Cartesian coordinate set, for uniformity with other coordinate systems.

Definition at line 89 of file CoordinateSets.h.


Constructor & Destructor Documentation

template<typename T>
Geom::Cartesian2Cartesian3D< T >::Cartesian2Cartesian3D ( const T &  x,
const T &  y,
const T &  z 
) [inline]

Definition at line 91 of file CoordinateSets.h.

00091                                                                    :
00092             x_(x), y_(y), z_(z) {}


Member Function Documentation

template<typename T>
const T& Geom::Cartesian2Cartesian3D< T >::x (  )  const [inline]

Definition at line 94 of file CoordinateSets.h.

References Geom::Cartesian2Cartesian3D< T >::x_.

00094 {return x_;}

template<typename T>
const T& Geom::Cartesian2Cartesian3D< T >::y (  )  const [inline]

Definition at line 95 of file CoordinateSets.h.

References Geom::Cartesian2Cartesian3D< T >::y_.

00095 {return y_;}

template<typename T>
const T& Geom::Cartesian2Cartesian3D< T >::z (  )  const [inline]

Definition at line 96 of file CoordinateSets.h.

References Geom::Cartesian2Cartesian3D< T >::z_.

00096 {return z_;}


Member Data Documentation

template<typename T>
T Geom::Cartesian2Cartesian3D< T >::x_ [private]

Definition at line 98 of file CoordinateSets.h.

Referenced by Geom::Cartesian2Cartesian3D< T >::x().

template<typename T>
T Geom::Cartesian2Cartesian3D< T >::y_ [private]

Definition at line 99 of file CoordinateSets.h.

Referenced by Geom::Cartesian2Cartesian3D< T >::y().

template<typename T>
T Geom::Cartesian2Cartesian3D< T >::z_ [private]

Definition at line 100 of file CoordinateSets.h.

Referenced by Geom::Cartesian2Cartesian3D< T >::z().


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