#include <ActsPlugins/Geant4/Geant4Converters.hpp>
◆ transform() [1/4]
| Acts::Transform3 ActsPlugins::Geant4AlgebraConverter::transform |
( |
const G4RotationMatrix & | g4Rot, |
|
|
const G4ThreeVector & | g4Trans ) |
Translate a geometry transform.
- Parameters
-
| g4Rot | the rotation of the Geant4 object |
| g4Trans | the translation of the Geant4 object |
- Returns
- a Acts transform
◆ transform() [2/4]
| Acts::Transform3 ActsPlugins::Geant4AlgebraConverter::transform |
( |
const G4ThreeVector & | g4Trans | ) |
|
Translate a geometry transform: translation only.
- Parameters
-
| g4Trans | the translation of the Geant4 object |
- Returns
- a Acts transform
◆ transform() [3/4]
| Acts::Transform3 ActsPlugins::Geant4AlgebraConverter::transform |
( |
const G4Transform3D & | g4Trf | ) |
|
Translate a geometry transform.
- Parameters
-
| g4Trf | the Geant4 transform object |
- Returns
- a Acts transform
◆ transform() [4/4]
| Acts::Transform3 ActsPlugins::Geant4AlgebraConverter::transform |
( |
const G4VPhysicalVolume & | g4PhysVol | ) |
|
Translate a geometry transform from a G4 physical volume.
- Parameters
-
| g4PhysVol | the Geant4 physical volume |
- Returns
- a Acts transform
◆ scale
| double ActsPlugins::Geant4AlgebraConverter::scale = 1. |