CMS 3D CMS Logo

EgammaRange.h File Reference

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

Go to the source code of this file.

Namespaces

namespace  egammaisolation

Classes

class  egammaisolation::EgammaRange< T >
 Define a range [aMin,aMax]. More...

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 
) [inline]

Definition at line 40 of file EgammaRange.h.

References out, and r.

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


Generated on Tue Jun 9 17:55:16 2009 for CMSSW by  doxygen 1.5.4