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

The VGM interface to hyperboloid solids. More...

#include <IHype.h>

Inheritance diagram for VGM::IHype:

Public Member Functions

virtual ~IHype ()
 
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 inner radius in mm.
 
virtual double InnerStereoAngle () const =0
 Return the inner stereo angle.
 
virtual double OuterRadius () const =0
 Return the outer radius in mm.
 
virtual double OuterStereoAngle () const =0
 Return the inner stereo angle.
 
virtual double ZHalfLength () const =0
 Return the half-length along the z axis in mm.
 
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 hyperboloid solids.

Author
Ivana Hrivnacova; IPN Orsay

Definition at line 29 of file IHype.h.

Constructor & Destructor Documentation

◆ ~IHype()

virtual VGM::IHype::~IHype ( )
inlinevirtual

Definition at line 32 of file IHype.h.

Member Function Documentation

◆ Type()

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

Return the type of this solid.

Implements VGM::ISolid.

Implemented in BaseVGM::VHype.

◆ Name()

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

Return the name of this solid.

Implements VGM::ISolid.

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

◆ InnerRadius()

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

Return the inner radius in mm.

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

◆ InnerStereoAngle()

virtual double VGM::IHype::InnerStereoAngle ( ) const
pure virtual

Return the inner stereo angle.

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

◆ OuterRadius()

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

Return the outer radius in mm.

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

◆ OuterStereoAngle()

virtual double VGM::IHype::OuterStereoAngle ( ) const
pure virtual

Return the inner stereo angle.

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

◆ ZHalfLength()

virtual double VGM::IHype::ZHalfLength ( ) const
pure virtual

Return the half-length along the z axis in mm.

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

◆ Put()

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

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

Implements VGM::ISolid.

Implemented in BaseVGM::VHype.


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