CMS 3D CMS Logo

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

◆ operator<<()

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

Definition at line 36 of file MuonEtaRange.h.

References FastTimerService_cff::range.

36  {
37  os << "(" << range.min() << " : " << range.max() << ")";
38  return os;
39 }