CMS 3D CMS Logo

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

◆ operator<<()

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

Definition at line 59 of file PixelRecoRange.h.

References MillePedeFileConverter_cfg::out, and alignCSCRings::r.

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