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 38 of file MuonEtaRange.h.

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

39 {
40  os << "(" << range.min() << " : " << range.max() << ")" ;
41  return os;
42 }
float min() const
Definition: MuonEtaRange.h:24
float max() const
Definition: MuonEtaRange.h:25