CMS 3D CMS Logo

Classes | Namespaces | Functions

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/DataFormats/GeometryVector/interface/Phi.h File Reference

#include "DataFormats/GeometryVector/interface/Pi.h"
#include <cmath>

Go to the source code of this file.

Classes

class  Geom::Phi< T >

Namespaces

namespace  Geom

Functions

template<class T , class Scalar >
Phi< TGeom::operator* (const Phi< T > &a, const Scalar &b)
 Multiplication with scalar, does not change the precision.
template<class T >
Phi< TGeom::operator* (double a, const Phi< T > &b)
 Multiplication with scalar.
template<class T >
Phi< TGeom::operator+ (const Phi< T > &a, const Phi< T > &b)
 Addition.
template<class T , class Scalar >
Phi< TGeom::operator+ (const Scalar &a, const Phi< T > &b)
 Addition with scalar, does not change the precision.
template<class T , class Scalar >
Phi< TGeom::operator+ (const Phi< T > &a, const Scalar &b)
 Addition with scalar, does not change the precision.
template<class T , class Scalar >
Phi< TGeom::operator- (const Scalar &a, const Phi< T > &b)
 Subtraction with scalar, does not change the precision.
template<class T >
Phi< TGeom::operator- (const Phi< T > &a)
 
  • operator

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