Logo ROOT   6.10/09
Reference Guide
Typedefs | Functions
testGenVector.cxx File Reference
#include "Math/Vector3D.h"
#include "Math/Point3D.h"
#include "Math/Vector2D.h"
#include "Math/Point2D.h"
#include "Math/EulerAngles.h"
#include "Math/Transform3D.h"
#include "Math/Translation3D.h"
#include "Math/Rotation3D.h"
#include "Math/RotationX.h"
#include "Math/RotationY.h"
#include "Math/RotationZ.h"
#include "Math/Quaternion.h"
#include "Math/AxisAngle.h"
#include "Math/RotationZYX.h"
#include "Math/LorentzRotation.h"
#include "Math/VectorUtil.h"
#include "Math/SMatrix.h"
#include <vector>
Include dependency graph for testGenVector.cxx:

Typedefs

typedef PositionVector2D< Polar2D< double >, GlobalCoordinateSystemTagGlobalPolar2DPoint
 
typedef DisplacementVector2D< Polar2D< double >, GlobalCoordinateSystemTagGlobalPolar2DVector
 
typedef PositionVector3D< Polar3D< double >, GlobalCoordinateSystemTagGlobalPolar3DPoint
 
typedef DisplacementVector3D< Polar3D< double >, GlobalCoordinateSystemTagGlobalPolar3DVector
 
typedef PositionVector2D< Cartesian2D< double >, GlobalCoordinateSystemTagGlobalXYPoint
 
typedef DisplacementVector2D< Cartesian2D< double >, GlobalCoordinateSystemTagGlobalXYVector
 
typedef PositionVector3D< Cartesian3D< double >, GlobalCoordinateSystemTagGlobalXYZPoint
 
typedef DisplacementVector3D< Cartesian3D< double >, GlobalCoordinateSystemTagGlobalXYZVector
 
typedef PositionVector2D< Polar2D< double >, LocalCoordinateSystemTagLocalPolar2DPoint
 
typedef PositionVector3D< Polar3D< double >, LocalCoordinateSystemTagLocalPolar3DPoint
 
typedef PositionVector2D< Cartesian2D< double >, LocalCoordinateSystemTagLocalXYPoint
 
typedef DisplacementVector2D< Cartesian2D< double >, LocalCoordinateSystemTagLocalXYVector
 
typedef PositionVector3D< Cartesian3D< double >, LocalCoordinateSystemTagLocalXYZPoint
 
typedef DisplacementVector3D< Cartesian3D< double >, LocalCoordinateSystemTagLocalXYZVector
 

Functions

int compare (double v1, double v2, const std::string &name="", double scale=1.0)
 
template<class Transform >
bool IsEqual (const Transform &t1, const Transform &t2, unsigned int size)
 
int main ()
 
int testGenVector ()
 
int testPoint2D ()
 
int testPoint3D ()
 
int testRotations3D ()
 
int testTransform3D ()
 
int testVector2D ()
 
int testVector3D ()
 
int testVectorUtil ()
 

Typedef Documentation

◆ GlobalPolar2DPoint

Definition at line 297 of file testGenVector.cxx.

◆ GlobalPolar2DVector

Definition at line 228 of file testGenVector.cxx.

◆ GlobalPolar3DPoint

Definition at line 44 of file testGenVector.cxx.

◆ GlobalPolar3DVector

Definition at line 38 of file testGenVector.cxx.

◆ GlobalXYPoint

Definition at line 295 of file testGenVector.cxx.

◆ GlobalXYVector

Definition at line 226 of file testGenVector.cxx.

◆ GlobalXYZPoint

Definition at line 42 of file testGenVector.cxx.

◆ GlobalXYZVector

Definition at line 36 of file testGenVector.cxx.

◆ LocalPolar2DPoint

Definition at line 298 of file testGenVector.cxx.

◆ LocalPolar3DPoint

Definition at line 45 of file testGenVector.cxx.

◆ LocalXYPoint

Definition at line 296 of file testGenVector.cxx.

◆ LocalXYVector

Definition at line 227 of file testGenVector.cxx.

◆ LocalXYZPoint

Definition at line 43 of file testGenVector.cxx.

◆ LocalXYZVector

Definition at line 37 of file testGenVector.cxx.

Function Documentation

◆ compare()

int compare ( double  v1,
double  v2,
const std::string &  name = "",
double  scale = 1.0 
)

Definition at line 51 of file testGenVector.cxx.

◆ IsEqual()

template<class Transform >
bool IsEqual ( const Transform &  t1,
const Transform &  t2,
unsigned int  size 
)

Definition at line 88 of file testGenVector.cxx.

◆ main()

int main ( )

Definition at line 804 of file testGenVector.cxx.

◆ testGenVector()

int testGenVector ( )

Definition at line 783 of file testGenVector.cxx.

◆ testPoint2D()

int testPoint2D ( )

Definition at line 302 of file testGenVector.cxx.

◆ testPoint3D()

int testPoint3D ( )

Definition at line 165 of file testGenVector.cxx.

◆ testRotations3D()

int testRotations3D ( )

Definition at line 375 of file testGenVector.cxx.

◆ testTransform3D()

int testTransform3D ( )

Definition at line 478 of file testGenVector.cxx.

◆ testVector2D()

int testVector2D ( )

Definition at line 233 of file testGenVector.cxx.

◆ testVector3D()

int testVector3D ( )

Definition at line 106 of file testGenVector.cxx.

◆ testVectorUtil()

int testVectorUtil ( )

Definition at line 716 of file testGenVector.cxx.