CMS 3D CMS Logo

PV2DBase.h File Reference

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

Go to the source code of this file.

Classes

class  PV2DBase< T, PVType, FrameType >

Functions

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


Function Documentation

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

Definition at line 56 of file PV2DBase.h.

References s, and v.

00056                                                                          {
00057   return s << " (" << v.x() << ',' << v.y() << ") ";
00058 } 


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