PARTONS  
PARtonic Tomography Of Nucleon Software
Classes | Namespaces | Functions
PhysicalType.h File Reference

Classes

class  PARTONS::PhysicalType< T >
 Value with unit. More...
 

Namespaces

 PARTONS
 

 

Functions

template<class T >
ElemUtils::Packet & PARTONS::operator<< (ElemUtils::Packet &packet, const PhysicalType< T > &physicalType)
 Stream operator to serialize class into Packet. More...
 
template<class T >
ElemUtils::Packet & PARTONS::operator>> (ElemUtils::Packet &packet, PhysicalType< T > &physicalType)
 Stream operator to retrieve class from Packet. More...
 
template<class T >
bool PARTONS::operator== (PhysicalType< T > const &lhs, PhysicalType< T > const &rhs)
 Comparison operators. More...
 
template<class T >
bool PARTONS::operator!= (PhysicalType< T > const &lhs, PhysicalType< T > const &rhs)
 
template<class T >
bool PARTONS::operator< (PhysicalType< T > const &lhs, PhysicalType< T > const &rhs)
 
template<class T >
bool PARTONS::operator> (PhysicalType< T > const &lhs, PhysicalType< T > const &rhs)
 
template<class T >
bool PARTONS::operator<= (PhysicalType< T > const &lhs, PhysicalType< T > const &rhs)
 
template<class T >
bool PARTONS::operator>= (PhysicalType< T > const &lhs, PhysicalType< T > const &rhs)
 
template<class T >
PhysicalType< T > PARTONS::operator+ (PhysicalType< T > const &lhs, PhysicalType< T > const &rhs)
 Arithmetic operators. More...
 
template<class T >
PhysicalType< T > & PARTONS::operator+= (PhysicalType< T > &lhs, PhysicalType< T > const &rhs)
 
template<class T >
PhysicalType< T > PARTONS::operator- (PhysicalType< T > const &lhs, PhysicalType< T > const &rhs)
 
template<class T >
PhysicalType< T > & PARTONS::operator-= (PhysicalType< T > &lhs, PhysicalType< T > const &rhs)
 
template<class T >
PhysicalType< T > PARTONS::operator/ (PhysicalType< T > const &lhs, PhysicalType< T > const &rhs)
 
template<class T >
PhysicalType< T > & PARTONS::operator/= (PhysicalType< T > &lhs, PhysicalType< T > const &rhs)
 
template<class T >
PhysicalType< T > PARTONS::operator* (PhysicalType< T > const &lhs, T const &rhs)
 Arithmetic operators. More...
 
template<class T >
PhysicalType< T > & PARTONS::operator*= (PhysicalType< T > &lhs, T const &rhs)
 
template<class T >
PhysicalType< T > PARTONS::operator* (T const &lhs, PhysicalType< T > const &rhs)
 
template<class T >
PhysicalType< T > PARTONS::operator/ (PhysicalType< T > const &lhs, T const &rhs)
 
template<class T >
PhysicalType< T > & PARTONS::operator/= (PhysicalType< T > &lhs, T const &rhs)
 

Detailed Description

Author
: Bryan BERTHOU (SPhN / CEA Saclay)
Date
January 20, 2016
Version
1.0