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

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

◆ compareR()

◆ main()

int main ( )

Definition at line 73 of file eulerTest.cc.

References test().

◆ perturb()

◆ test()

Variable Documentation

◆ Nperturbs

const int Nperturbs = 24

Definition at line 20 of file eulerTest.cc.

Referenced by test().