CMS 3D CMS Logo

Classes | Functions

/data/refman/pasoursint/CMSSW_5_3_3/src/RecoMuon/Navigation/interface/MuonEtaRange.h File Reference

#include <iostream>

Go to the source code of this file.

Classes

class  MuonEtaRange

Functions

std::ostream & operator<< (std::ostream &os, const MuonEtaRange &range)

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const MuonEtaRange range 
) [inline]

Definition at line 40 of file MuonEtaRange.h.

References MuonEtaRange::max(), and MuonEtaRange::min().

{
  os << "(" << range.min() << " : " << range.max() << ")" ;
  return os;
}