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

Defines | Typedefs | Functions
testRotation.cc File Reference
#include "CLHEP/Vector/defs.h"
#include "CLHEP/Vector/Rotation.h"
#include "CLHEP/Vector/ThreeVector.h"
#include "CLHEP/Units/PhysicalConstants.h"
#include <assert.h>
#include <cmath>
#include <stdlib.h>

Go to the source code of this file.

Defines

#define DEL   10.e-16

Typedefs

typedef HepRotation Rotation
typedef Hep3Vector Vector

Functions

int main ()

Define Documentation

#define DEL   10.e-16

Definition at line 24 of file testRotation.cc.

Referenced by main().


Typedef Documentation

Definition at line 21 of file testRotation.cc.

typedef Hep3Vector Vector

Definition at line 22 of file testRotation.cc.


Function Documentation

int main ( )