CMS 3D CMS Logo

Classes | Namespaces | Functions
Range.h File Reference
#include <iostream>
#include <utility>
#include <algorithm>

Go to the source code of this file.

Classes

class  muonisolation::Range< T >
 

Namespaces

 muonisolation
 

Functions

template<class T >
std::ostream & operator<< (std::ostream &out, const muonisolation::Range< T > &r)
 

Function Documentation

◆ operator<<()

template<class T >
std::ostream& operator<< ( std::ostream &  out,
const muonisolation::Range< T > &  r 
)

Definition at line 47 of file Range.h.

47  {
48  return out << "(" << r.min() << "," << r.max() << ")";
49 }

References MillePedeFileConverter_cfg::out, and alignCSCRings::r.

alignCSCRings.r
r
Definition: alignCSCRings.py:93
MillePedeFileConverter_cfg.out
out
Definition: MillePedeFileConverter_cfg.py:31