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

The VGM interface to para solids. More...

#include <IPara.h>

Inheritance diagram for VGM::IPara:

Public Member Functions

virtual ~IPara ()
 
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 XHalfLength () const =0
 Return half-length along the x axis in mm.
 
virtual double YHalfLength () const =0
 Return half-length along the y axis in mm.
 
virtual double ZHalfLength () const =0
 Return half-length along the z axis in mm.
 
virtual double Alpha () const =0
 Return angle formed by the y axis and by the plane joining the centre of the faces parallel to the z-x plane at -hy and +hy in deg.
 
virtual double Theta () const =0
 Return polar angle of the line joining the centres of the faces at -hz and +hz in deg.
 
virtual double Phi () const =0
 Return azimuthal angle of the line joining the centres of the faces at -hz and +hz 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 para solids.

Author
Ivana Hrivnacova; IPN Orsay

Definition at line 29 of file IPara.h.

Constructor & Destructor Documentation

◆ ~IPara()

virtual VGM::IPara::~IPara ( )
inlinevirtual

Definition at line 32 of file IPara.h.

Member Function Documentation

◆ Type()

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

Return the type of this solid.

Implements VGM::ISolid.

Implemented in BaseVGM::VPara.

◆ Name()

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

Return the name of this solid.

Implements VGM::ISolid.

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

◆ XHalfLength()

virtual double VGM::IPara::XHalfLength ( ) const
pure virtual

Return half-length along the x axis in mm.

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

◆ YHalfLength()

virtual double VGM::IPara::YHalfLength ( ) const
pure virtual

Return half-length along the y axis in mm.

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

◆ ZHalfLength()

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

Return half-length along the z axis in mm.

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

◆ Alpha()

virtual double VGM::IPara::Alpha ( ) const
pure virtual

Return angle formed by the y axis and by the plane joining the centre of the faces parallel to the z-x plane at -hy and +hy in deg.

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

◆ Theta()

virtual double VGM::IPara::Theta ( ) const
pure virtual

Return polar angle of the line joining the centres of the faces at -hz and +hz in deg.

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

◆ Phi()

virtual double VGM::IPara::Phi ( ) const
pure virtual

Return azimuthal angle of the line joining the centres of the faces at -hz and +hz in deg.

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

◆ Put()

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

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

Implements VGM::ISolid.

Implemented in BaseVGM::VPara.


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