CMS 3D CMS Logo

Classes | Functions

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/RecoLocalTracker/SiStripRecHitConverter/interface/ErrorPropogationTypes.h File Reference

#include "boost/operators.hpp"
#include <cmath>

Go to the source code of this file.

Classes

class  count_t
class  stats_t< T >

Functions

template<class charT , class traits >
std::basic_ostream< charT,
traits > & 
operator<< (std::basic_ostream< charT, traits > &strm, const count_t &f)
template<class charT , class traits , class T >
std::basic_ostream< charT,
traits > & 
operator<< (std::basic_ostream< charT, traits > &strm, const stats_t< T > &f)

Function Documentation

template<class charT , class traits >
std::basic_ostream<charT,traits>& operator<< ( std::basic_ostream< charT, traits > &  strm,
const count_t f 
) [inline]

Definition at line 29 of file ErrorPropogationTypes.h.

References f.

{ strm << f() << "("<< f.error()<< ")"; return strm;}
template<class charT , class traits , class T >
std::basic_ostream<charT,traits>& operator<< ( std::basic_ostream< charT, traits > &  strm,
const stats_t< T > &  f 
) [inline]

Definition at line 73 of file ErrorPropogationTypes.h.

References f.

{ strm << f() << "("<< f.error()<< ")"; return strm; }