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

Macros | Typedefs | Functions
testRotation.cc File Reference
#include "CLHEP/Units/GlobalSystemOfUnits.h"
#include "CLHEP/Units/GlobalPhysicalConstants.h"
#include "CLHEP/Vector/Rotation.h"
#include "CLHEP/Vector/ThreeVector.h"
#include <assert.h>
#include <cmath>
#include <stdlib.h>

Go to the source code of this file.

Macros

#define DEL   10.e-16

Typedefs

typedef HepRotation Rotation
typedef Hep3Vector Vector

Functions

int main ()

Macro Definition Documentation

#define DEL   10.e-16

Definition at line 22 of file testRotation.cc.

Referenced by main().


Typedef Documentation

Definition at line 19 of file testRotation.cc.

typedef Hep3Vector Vector

Definition at line 20 of file testRotation.cc.


Function Documentation

int main ( )