Main Page | Class Hierarchy | Compound List | File List | Compound Members | File Members

ThreeVector.h File Reference

#include <iostream>
#include <cmath>

Include dependency graph for ThreeVector.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Compounds

class  ThreeVector

Functions

ThreeVector operator+ (const ThreeVector &lhs, const ThreeVector &rhs)
ThreeVector operator- (const ThreeVector &lhs, const ThreeVector &rhs)
ThreeVector operator- (const ThreeVector &rhs)
double operator * (const ThreeVector &lhs, const ThreeVector &rhs)
ThreeVector operator * (double lhs, const ThreeVector &rhs)
std::ostream & operator<< (std::ostream &out, const ThreeVector &v)


Function Documentation

ThreeVector operator * double  lhs,
const ThreeVector rhs
[inline]
 

Definition at line 135 of file ThreeVector.h.

References ThreeVector::getPx(), ThreeVector::getPy(), and ThreeVector::getPz().

double operator * const ThreeVector lhs,
const ThreeVector rhs
[inline]
 

Definition at line 131 of file ThreeVector.h.

References ThreeVector::getPx(), ThreeVector::getPy(), and ThreeVector::getPz().

ThreeVector operator+ const ThreeVector lhs,
const ThreeVector rhs
[inline]
 

Definition at line 119 of file ThreeVector.h.

References ThreeVector::getPx(), ThreeVector::getPy(), and ThreeVector::getPz().

ThreeVector operator- const ThreeVector rhs  )  [inline]
 

Definition at line 127 of file ThreeVector.h.

References ThreeVector::getPx(), ThreeVector::getPy(), and ThreeVector::getPz().

ThreeVector operator- const ThreeVector lhs,
const ThreeVector rhs
[inline]
 

Definition at line 123 of file ThreeVector.h.

References ThreeVector::getPx(), ThreeVector::getPy(), and ThreeVector::getPz().

std::ostream& operator<< std::ostream &  out,
const ThreeVector v
[inline]
 

Definition at line 139 of file ThreeVector.h.

References ThreeVector::getPx(), ThreeVector::getPy(), and ThreeVector::getPz().


Generated on Fri Sep 14 17:38:31 2007 for Kinfit by doxygen 1.3.2