20#ifndef ROOT_GM_VOLUME_H
21#define ROOT_GM_VOLUME_H
39 const std::string& name,
VGM::ISolid* solid,
const std::string& mediumName);
44 virtual std::string
Name()
const;
55 TGeoVolume* fGeoVolume;
The abstract base class for volumes.
VGM implementation for Root volume.
virtual std::string MediumName() const
Return the name of the associated medium.
void ResetVolume(TGeoVolume *rootVolume)
virtual std::string MaterialName() const
Return the name of the associated material.
virtual std::string Name() const
Return the name of this volume.
The VGM interface to solids.
VGM implementation for Root.