CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Functions
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().

41 {
42  os << "(" << range.min() << " : " << range.max() << ")" ;
43  return os;
44 }
float min() const
Definition: MuonEtaRange.h:26
float max() const
Definition: MuonEtaRange.h:27