VGM Version 5.3
Loading...
Searching...
No Matches
VGM::ISphere Class Referenceabstract

The VGM interface to sphere solids. More...

#include <ISphere.h>

Inheritance diagram for VGM::ISphere:

Public Member Functions

virtual ~ISphere ()
 
virtual SolidType Type () const =0
 Return the type of this solid.
 
virtual std::string Name () const =0
 Return the name of this solid.
 
virtual double InnerRadius () const =0
 Return the inside radius of the shell in mm.
 
virtual double OuterRadius () const =0
 Return the outside radius of the shell in mm.
 
virtual double StartPhi () const =0
 Return the starting azimuthal angle of the segment in deg.
 
virtual double DeltaPhi () const =0
 Return the opening azimuthal angle of the segment in deg.
 
virtual double StartTheta () const =0
 Return the starting polar angle of the segment in deg.
 
virtual double DeltaTheta () const =0
 Return the opening polar angle of the segment in deg.
 
virtual std::ostream & Put (std::ostream &out) const =0
 Put the printing of the solid parameters in the out stream.
 
- Public Member Functions inherited from VGM::ISolid
virtual ~ISolid ()
 

Detailed Description

The VGM interface to sphere solids.

Author
Ivana Hrivnacova; IPN Orsay

Definition at line 29 of file ISphere.h.

Constructor & Destructor Documentation

◆ ~ISphere()

virtual VGM::ISphere::~ISphere ( )
inlinevirtual

Definition at line 32 of file ISphere.h.

Member Function Documentation

◆ Type()

virtual SolidType VGM::ISphere::Type ( ) const
pure virtual

Return the type of this solid.

Implements VGM::ISolid.

Implemented in BaseVGM::VSphere.

◆ Name()

virtual std::string VGM::ISphere::Name ( ) const
pure virtual

Return the name of this solid.

Implements VGM::ISolid.

Implemented in Geant4GM::Sphere, and RootGM::Sphere.

◆ InnerRadius()

virtual double VGM::ISphere::InnerRadius ( ) const
pure virtual

Return the inside radius of the shell in mm.

Implemented in Geant4GM::Sphere, and RootGM::Sphere.

◆ OuterRadius()

virtual double VGM::ISphere::OuterRadius ( ) const
pure virtual

Return the outside radius of the shell in mm.

Implemented in Geant4GM::Sphere, and RootGM::Sphere.

◆ StartPhi()

virtual double VGM::ISphere::StartPhi ( ) const
pure virtual

Return the starting azimuthal angle of the segment in deg.

Implemented in Geant4GM::Sphere, and RootGM::Sphere.

◆ DeltaPhi()

virtual double VGM::ISphere::DeltaPhi ( ) const
pure virtual

Return the opening azimuthal angle of the segment in deg.

Implemented in Geant4GM::Sphere, and RootGM::Sphere.

◆ StartTheta()

virtual double VGM::ISphere::StartTheta ( ) const
pure virtual

Return the starting polar angle of the segment in deg.

Implemented in Geant4GM::Sphere, and RootGM::Sphere.

◆ DeltaTheta()

virtual double VGM::ISphere::DeltaTheta ( ) const
pure virtual

Return the opening polar angle of the segment in deg.

Implemented in Geant4GM::Sphere, and RootGM::Sphere.

◆ Put()

virtual std::ostream & VGM::ISphere::Put ( std::ostream & out) const
pure virtual

Put the printing of the solid parameters in the out stream.

Implements VGM::ISolid.

Implemented in BaseVGM::VSphere.


The documentation for this class was generated from the following file: