CMS 3D CMS Logo

Classes | Namespaces | Functions

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/RecoEgamma/EgammaIsolationAlgos/interface/EgammaRange.h File Reference

#include <iostream>
#include <utility>
#include <algorithm>

Go to the source code of this file.

Classes

class  egammaisolation::EgammaRange< T >

Namespaces

namespace  egammaisolation

Functions

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

Function Documentation

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

Definition at line 40 of file EgammaRange.h.

References dbtoconf::out, and csvReporter::r.

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