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

The VGM interface to tubs solids. More...

#include <ITubs.h>

Inheritance diagram for VGM::ITubs:

Public Member Functions

virtual ~ITubs ()
 
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 in mm.
 
virtual double OuterRadius () const =0
 Return the outside radius in mm.
 
virtual double ZHalfLength () const =0
 Return the half-length along the z axis in m.
 
virtual double StartPhi () const =0
 Return the starting angle of the segment in deg.
 
virtual double DeltaPhi () const =0
 Return the opening 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 tubs solids.

Author
Ivana Hrivnacova; IPN Orsay

Definition at line 29 of file ITubs.h.

Constructor & Destructor Documentation

◆ ~ITubs()

virtual VGM::ITubs::~ITubs ( )
inlinevirtual

Definition at line 32 of file ITubs.h.

Member Function Documentation

◆ Type()

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

Return the type of this solid.

Implements VGM::ISolid.

Implemented in BaseVGM::VTubs.

◆ Name()

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

Return the name of this solid.

Implements VGM::ISolid.

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

◆ InnerRadius()

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

Return the inside radius in mm.

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

◆ OuterRadius()

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

Return the outside radius in mm.

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

◆ ZHalfLength()

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

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

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

◆ StartPhi()

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

Return the starting angle of the segment in deg.

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

◆ DeltaPhi()

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

Return the opening angle of the segment in deg.

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

◆ Put()

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

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

Implements VGM::ISolid.

Implemented in BaseVGM::VTubs.


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