54   while ((node = next.
Next())) {
 
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
TGeoNode * Next()
Returns next node.
 
The manager class for any TGeo geometry.
 
TGeoVolume * GetMasterVolume() const
 
TGeoVolume * GetTopVolume() const
 
A node represent a volume positioned inside another.They store links to both volumes and to the TGeoM...
 
TGeoVolume * GetVolume() const
 
virtual Bool_t IsVecGeom() const
 
TGeoVGConverter(TGeoManager *manager)
Default constructor.
 
void ConvertGeometry() override
Main geometry conversion method.
 
~TGeoVGConverter() override
Default destructor.
 
Bridge class for using a VecGeom solid as TGeoShape.
 
static TGeoVGShape * Create(TGeoShape *shape)
Factory creating TGeoVGShape from a Root shape.
 
TGeoVolume, TGeoVolumeMulti, TGeoVolumeAssembly are the volume classes.
 
void SetShape(const TGeoShape *shape)
set the shape associated with this volume
 
TGeoShape * GetShape() const
 
Abstract class for geometry converters.
 
static void SetConverter(const TVirtualGeoConverter *conv)
Static function to set an alternative converter.