|
Celeritas 0.7.0-dev.170+develop.df22d2a88
|
#include <G4AffineTransform.hh>#include <G4RotationMatrix.hh>#include <G4ThreeVector.hh>#include <G4Transform3D.hh>#include "geocel/Types.hh"#include "orange/transform/VariantTransform.hh"#include "Scaler.hh"
Classes | |
| class | celeritas::g4org::Transformer |
| Return an ORANGE transformation from a Geant4 transformation. More... | |
Functions | |
| Real3 | celeritas::g4org::convert_from_geant (G4ThreeVector const &vec) |
| Convert a ThreeVector. | |
| Real3 | celeritas::g4org::convert_from_geant (double x, double y, double z) |
| Convert three doubles to a Real3. | |
| SquareMatrixReal3 | celeritas::g4org::convert_from_geant (G4RotationMatrix const &rot) |
| Convert a rotation matrix. | |
| SquareMatrixReal3 | celeritas::g4org::transposed_from_geant (G4RotationMatrix const &rot) |
| Get a transposed rotation matrix. | |