CLHEP VERSION Reference Documentation
   
CLHEP Home Page     CLHEP Documentation     CLHEP Bug Reports

Defines | Functions
testBasicVector3D.cc File Reference
#include <iostream>
#include <assert.h>
#include "CLHEP/Geometry/Point3D.h"
#include "CLHEP/Geometry/Vector3D.h"
#include "CLHEP/Geometry/Normal3D.h"
#include "CLHEP/Geometry/Transform3D.h"
#include "CLHEP/Units/PhysicalConstants.h"

Go to the source code of this file.

Defines

#define CHECK(point, type)

Functions

bool EQUAL (double a, double b)
void CheckPointFloat ()
void CheckVectorFloat ()
void CheckNormalFloat ()
void CheckPointDouble ()
void CheckVectorDouble ()
void CheckNormalDouble ()
int main ()

Define Documentation

#define CHECK (   point,
  type 
)

Function Documentation

Definition at line 229 of file testBasicVector3D.cc.

References CHECK.

Referenced by main().

void CheckNormalFloat ( )

Definition at line 226 of file testBasicVector3D.cc.

References CHECK.

Referenced by main().

void CheckPointDouble ( )

Definition at line 227 of file testBasicVector3D.cc.

References CHECK.

Referenced by main().

void CheckPointFloat ( )

Definition at line 224 of file testBasicVector3D.cc.

References CHECK.

Referenced by main().

Definition at line 228 of file testBasicVector3D.cc.

References CHECK.

Referenced by main().

void CheckVectorFloat ( )

Definition at line 225 of file testBasicVector3D.cc.

References CHECK.

Referenced by main().

bool EQUAL ( double  a,
double  b 
)

Definition at line 13 of file testBasicVector3D.cc.

References b.

int main ( )