CMS 3D CMS Logo

Classes | Functions | Variables
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)
 

Variables

class PV2DBase __attribute__
 

Function Documentation

◆ operator<<()

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

Definition at line 59 of file PV2DBase.h.

References alignCSCRings::s, and findQualityFiles::v.

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

Variable Documentation

◆ __attribute__

class PV2DBase __attribute__