CMS 3D CMS Logo

Classes | Namespaces | Functions

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/RecoMuon/MuonIsolation/interface/Range.h File Reference

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

Go to the source code of this file.

Classes

class  muonisolation::Range< T >

Namespaces

namespace  muonisolation

Functions

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

Function Documentation

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

Definition at line 40 of file Range.h.

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

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