CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Functions
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.

30 { strm << f() << "("<< f.error()<< ")"; return strm;}
double f[11][100]
double error() const
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.

74 { strm << f() << "("<< f.error()<< ")"; return strm; }
T error() const
double f[11][100]