Classes | Namespaces | Functions
Quantity.h File Reference
#include <cmath>
#include <ostream>

Go to the source code of this file.

Classes

class  WireCell::Quantity
 

Namespaces

 WireCell
 

Functions

std::ostream & WireCell::operator<< (std::ostream &os, const WireCell::Quantity &q)
 
WireCell::Quantity WireCell::operator- (const WireCell::Quantity &other)
 
WireCell::Quantity WireCell::operator* (const WireCell::Quantity &lhs, const WireCell::Quantity &rhs)
 
WireCell::Quantity WireCell::operator/ (const WireCell::Quantity &lhs, const WireCell::Quantity &rhs)
 
WireCell::Quantity WireCell::operator+ (const WireCell::Quantity &lhs, const WireCell::Quantity &rhs)
 
WireCell::Quantity WireCell::operator- (const WireCell::Quantity &lhs, const WireCell::Quantity &rhs)
 
bool WireCell::operator== (const WireCell::Quantity &lhs, const double &scalar)
 
bool WireCell::operator!= (const WireCell::Quantity &lhs, const double &scalar)
 
bool WireCell::operator< (const WireCell::Quantity &lhs, const double &scalar)
 
bool WireCell::operator> (const WireCell::Quantity &lhs, const double &scalar)
 
bool WireCell::operator== (const double &scalar, const WireCell::Quantity &rhs)
 
bool WireCell::operator!= (const double &scalar, const WireCell::Quantity &rhs)
 
bool WireCell::operator< (const double &scalar, const WireCell::Quantity &rhs)
 
bool WireCell::operator> (const double &scalar, const WireCell::Quantity &rhs)