CMS 3D CMS Logo

Classes | Functions

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/DataFormats/GeometryVector/interface/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 asciidump::s, and v.

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