CMS 3D CMS Logo

Classes | Functions

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/RecoTracker/TkMSParametrization/interface/PixelRecoRange.h File Reference

#include <ostream>
#include <utility>
#include <algorithm>
#include "TrackingTools/DetLayers/interface/rangesIntersect.h"
#include "RecoTracker/TkMSParametrization/interface/rangeIntersection.h"

Go to the source code of this file.

Classes

class  PixelRecoRange< T >

Functions

template<class T >
std::ostream & operator<< (std::ostream &out, const PixelRecoRange< T > &r)

Function Documentation

template<class T >
std::ostream& operator<< ( std::ostream &  out,
const PixelRecoRange< T > &  r 
)

Definition at line 54 of file PixelRecoRange.h.

References PixelRecoRange< T >::max(), and PixelRecoRange< T >::min().

{
  return out << "("<<r.min()<<","<<r.max()<<")";
}