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

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

◆ DEL

#define DEL   10.e-16

Definition at line 22 of file testRotation.cc.

Referenced by main().

Typedef Documentation

◆ Rotation

Definition at line 19 of file testRotation.cc.

◆ Vector

typedef Hep3Vector Vector

Definition at line 20 of file testRotation.cc.

Function Documentation

◆ main()