39 virtual std::string
Name()
const = 0;
std::ostream & operator<<(std::ostream &out, const VGM::IVolume &volume)
The VGM interface to positions of volumes.
The VGM interface to solids.
The VGM interface to volumes.
virtual ISolid * Solid() const =0
Return the associated solid.
virtual std::string MaterialName() const =0
Return the name of the associated material.
virtual std::string Name() const =0
Return the name of this volume.
virtual IPlacement * Daughter(int i) const =0
Return the i-th daughter.
virtual std::string MediumName() const =0
Return the name of the associated medium.
virtual int NofDaughters() const =0
Return the number of volume daughters.
virtual void AddDaughter(VGM::IPlacement *daughter)=0
Add the specified daughter.