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

◆ operator<<()

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

Definition at line 36 of file MTDEtaRange.h.

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

References FastTimerService_cff::range.

FastTimerService_cff.range
range
Definition: FastTimerService_cff.py:34