CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Namespaces | Functions
OnePiRange.h File Reference
#include <DataFormats/GeometryVector/interface/Pi.h>
#include <cmath>

Go to the source code of this file.

Classes

class  Geom::OnePiRange< T >
 

Namespaces

 Geom
 

Functions

template<class T , class Scalar >
OnePiRange< TGeom::operator* (const OnePiRange< T > &a, const Scalar &b)
 Multiplication with scalar, does not change the precision. More...
 
template<class T >
OnePiRange< TGeom::operator* (double a, const OnePiRange< T > &b)
 Multiplication with scalar. More...
 
template<class T >
OnePiRange< TGeom::operator+ (const OnePiRange< T > &a, const OnePiRange< T > &b)
 Addition. More...
 
template<class T , class Scalar >
OnePiRange< TGeom::operator+ (const OnePiRange< T > &a, const Scalar &b)
 Addition with scalar, does not change the precision. More...
 
template<class T , class Scalar >
OnePiRange< TGeom::operator+ (const Scalar &a, const OnePiRange< T > &b)
 Addition with scalar, does not change the precision. More...
 
template<class T >
OnePiRange< TGeom::operator- (const OnePiRange< T > &a)
 
template<class T >
OnePiRange< TGeom::operator- (const OnePiRange< T > &a, const OnePiRange< T > &b)
 Subtraction. More...
 
template<class T , class Scalar >
OnePiRange< TGeom::operator- (const OnePiRange< T > &a, const Scalar &b)
 Subtraction with scalar, does not change the precision. More...
 
template<class T , class Scalar >
OnePiRange< TGeom::operator- (const Scalar &a, const OnePiRange< T > &b)
 Subtraction with scalar, does not change the precision. More...
 
template<class T >
T Geom::operator/ (const OnePiRange< T > &a, const OnePiRange< T > &b)
 Division. More...
 
template<class T >
OnePiRange< TGeom::operator/ (const OnePiRange< T > &a, double b)
 Division by scalar. More...