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

Functions | Variables
eulerTest.cc File Reference
#include "CLHEP/Vector/Rotation.h"
#include "CLHEP/Vector/EulerAngles.h"
#include "CLHEP/Units/PhysicalConstants.h"
#include <iostream>
#include <math.h>

Go to the source code of this file.

Functions

void perturb (int i, const HepRotation &r, HepRotation &rp, double &del)
 
bool compareR (const HepRotation &r1, const HepRotation &r2, double tol)
 
bool test (double phi, double theta, double psi)
 
int main ()
 

Variables

const int Nperturbs = 24
 

Function Documentation

bool compareR ( const HepRotation r1,
const HepRotation r2,
double  tol 
)
int main ( )

Definition at line 73 of file eulerTest.cc.

References test().

void perturb ( int  i,
const HepRotation r,
HepRotation rp,
double del 
)
bool test ( double  phi,
double  theta,
double  psi 
)

Variable Documentation

const int Nperturbs = 24

Definition at line 20 of file eulerTest.cc.

Referenced by test().