DD4hep  1.30.0
Detector Description Toolkit for High Energy Physics
Classes | Namespaces | Functions
Vector3D.h File Reference
#include <cmath>
#include <iostream>
#include <cassert>

Go to the source code of this file.

Classes

class  dd4hep::rec::Vector3D
 
struct  dd4hep::rec::Vector3D::Cartesian
 
struct  dd4hep::rec::Vector3D::Cylindrical
 
struct  dd4hep::rec::Vector3D::Spherical
 

Namespaces

 dd4hep
 Namespace for the AIDA detector description toolkit.
 
 dd4hep::rec
 Namespace for the reconstruction part of the AIDA detector description toolkit.
 

Functions

Vector3D dd4hep::rec::operator+ (const Vector3D &a, const Vector3D &b)
 
Vector3D dd4hep::rec::operator- (const Vector3D &a, const Vector3D &b)
 
bool dd4hep::rec::operator== (const Vector3D &a, const Vector3D &b)
 
Vector3D dd4hep::rec::operator* (double s, const Vector3D &v)
 
Vector3D dd4hep::rec::operator- (const Vector3D &v)
 
double dd4hep::rec::operator* (const Vector3D &v0, const Vector3D &v1)
 operator for scalar product More...
 
std::ostream & dd4hep::rec::operator<< (std::ostream &os, const Vector3D &v)