CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Functions
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().

56 {
57  return out << "("<<r.min()<<","<<r.max()<<")";
58 }
T max() const
T min() const
tuple out
Definition: dbtoconf.py:99