CMS 3D CMS Logo

PV3DBase.h File Reference

#include "DataFormats/GeometryVector/interface/Basic3DVector.h"
#include <iosfwd>

Go to the source code of this file.

Classes

class  PV3DBase< T, PVType, FrameType >
 Base class for Point and Vector classes with restricted set of operations and coordinate frame compile time checking. More...

Functions

template<class T, class PV, class F>
std::ostream & operator<< (std::ostream &s, const PV3DBase< T, PV, F > &v)


Function Documentation

template<class T, class PV, class F>
std::ostream& operator<< ( std::ostream &  s,
const PV3DBase< T, PV, F > &  v 
) [inline]

Definition at line 77 of file PV3DBase.h.

References s, and v.

00077                                                                           {
00078   return s << " (" << v.x() << ',' << v.y() << ',' << v.z() << ") ";
00079 } 


Generated on Tue Jun 9 17:52:06 2009 for CMSSW by  doxygen 1.5.4