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

The VGM interface to cons solids. More...

#include <ICons.h>

Inheritance diagram for VGM::ICons:

Public Member Functions

virtual ~ICons ()
 
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 InnerRadiusMinusZ () const =0
 Return the innner radius at -z in mm.
 
virtual double OuterRadiusMinusZ () const =0
 Return the outer radius at -z in mm.
 
virtual double InnerRadiusPlusZ () const =0
 Return the innner radius at +z in mm.
 
virtual double OuterRadiusPlusZ () const =0
 Return the outer radius at -z in mm.
 
virtual double ZHalfLength () const =0
 Return the half-length along the z axis in mm.
 
virtual double StartPhi () const =0
 Return the starting phi angle of the segment in deg.
 
virtual double DeltaPhi () const =0
 Return the opening phi 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 cons solids.

Author
Ivana Hrivnacova; IPN Orsay

Definition at line 29 of file ICons.h.

Constructor & Destructor Documentation

◆ ~ICons()

virtual VGM::ICons::~ICons ( )
inlinevirtual

Definition at line 32 of file ICons.h.

Member Function Documentation

◆ Type()

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

Return the type of this solid.

Implements VGM::ISolid.

Implemented in BaseVGM::VCons.

◆ Name()

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

Return the name of this solid.

Implements VGM::ISolid.

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

◆ InnerRadiusMinusZ()

virtual double VGM::ICons::InnerRadiusMinusZ ( ) const
pure virtual

Return the innner radius at -z in mm.

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

◆ OuterRadiusMinusZ()

virtual double VGM::ICons::OuterRadiusMinusZ ( ) const
pure virtual

Return the outer radius at -z in mm.

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

◆ InnerRadiusPlusZ()

virtual double VGM::ICons::InnerRadiusPlusZ ( ) const
pure virtual

Return the innner radius at +z in mm.

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

◆ OuterRadiusPlusZ()

virtual double VGM::ICons::OuterRadiusPlusZ ( ) const
pure virtual

Return the outer radius at -z in mm.

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

◆ ZHalfLength()

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

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

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

◆ StartPhi()

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

Return the starting phi angle of the segment in deg.

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

◆ DeltaPhi()

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

Return the opening phi angle of the segment in deg.

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

◆ Put()

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

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

Implements VGM::ISolid.

Implemented in BaseVGM::VCons.


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