CMS 3D CMS Logo

Classes | Functions

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/DataFormats/GeometryVector/interface/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 >

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 asciidump::s, and v.

                                                                          {
  return s << v.basicVector();
}