CLHEP 2.4.6.4
C++ Class Library for High Energy Physics
|
#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 |
bool compareR | ( | const HepRotation & | r1, |
const HepRotation & | r2, | ||
double | tol | ||
) |
Definition at line 144 of file eulerTest.cc.
Referenced by test().
int main | ( | ) |
Definition at line 73 of file eulerTest.cc.
void perturb | ( | int | i, |
const HepRotation & | r, | ||
HepRotation & | rp, | ||
double & | del | ||
) |
Definition at line 165 of file eulerTest.cc.
Referenced by test().
Definition at line 25 of file eulerTest.cc.
Referenced by main().
const int Nperturbs = 24 |
Definition at line 20 of file eulerTest.cc.
Referenced by test().