|
CLHEP VERSION Reference Documentation
CLHEP Home Page CLHEP Documentation CLHEP Bug Reports |
#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 () |
| #define DEL 10.e-16 |
Definition at line 22 of file testRotation.cc.
Referenced by main().
| typedef HepRotation Rotation |
Definition at line 19 of file testRotation.cc.
| typedef Hep3Vector Vector |
Definition at line 20 of file testRotation.cc.
| int main | ( | ) |
Definition at line 24 of file testRotation.cc.
References DEL, HepGeom::Transform3D::inverse(), HepGeom::BasicVector3D< T >::unit(), HepGeom::BasicVector3D< T >::x(), HepGeom::Transform3D::xx(), HepGeom::Transform3D::xy(), HepGeom::Transform3D::xz(), HepGeom::BasicVector3D< T >::y(), HepGeom::Transform3D::yx(), HepGeom::Transform3D::yy(), HepGeom::Transform3D::yz(), HepGeom::BasicVector3D< T >::z(), HepGeom::Transform3D::zx(), HepGeom::Transform3D::zy(), and HepGeom::Transform3D::zz().
1.8.13