CMS 3D CMS Logo

Classes | Functions
MTDEtaRange.h File Reference
#include <iostream>

Go to the source code of this file.

Classes

class  MTDEtaRange
 

Functions

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

Function Documentation

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

Definition at line 38 of file MTDEtaRange.h.

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

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