Celeritas
0.5.0-56+6b053cd
|
Convert a Geant4 solid to a VecGeom "unplaced volume". More...
#include <SolidConverter.hh>
Public Types | |
Type aliases | |
using | arg_type = G4VSolid const & |
using | result_type = vecgeom::VUnplacedVolume * |
Public Member Functions | |
SolidConverter (Scaler const &convert_scale, Transformer const &convert_transform, bool compare_volumes) | |
Construct with transform helper. | |
result_type | operator() (arg_type) |
Convert a geant4 solid to a VecGeom "unplaced volume". | |
result_type | to_sphere (arg_type) const |
Convert a geant4 solid to a VecGeom sphere with equivalent capacity. | |
Convert a Geant4 solid to a VecGeom "unplaced volume".